Html Css Color HEX #BFB511 La Rioja

📋 copy color: '#BFB511'

red 191 ◦ green 181 ◦ blue 17

#BFB511
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BFB511

Tints of La Rioja #BFB511

RGB

 RED value IS 191 (75% from 255) = 49.1%

 GREEN value IS 181 (71.09% from 255) = 46.53%

 BLUE value IS 17 (7.03% from 255) = 4.37%

R = 49.1%
G = 46.53%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFB511 (or 0xBFB511) is known color: La Rioja. HEX triplet: BF, B5 and 11. RGB value is (191,181,17). Sum of RGB (Red+Green+Blue) = 191+181+17=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB511 is #404AEE. Grayscale: #A5A5A5. Windows color (decimal): -4213487 or 1160639. OLE color: 1160639.

HSL color Cylindrical-coordinate representation of color #BFB511: hue angle of 56.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BFB511 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 17 -
CMYK 0 0.05 0.91 0.25
HSL 56.55º 0.84% 0.41% -
HSV(B) 56.55º 0.91% 0.75% -
XYZ 38.11 44.16 7.05 -
YUV 165.29 44.31 146.34 -
System Red Green Blue C M Y K H S L
Decimal 191 181 17 0 0.05 0.91 0.25 56.55 0.84 0.41
Hex BF B5 11 0 5 5B 19 39 54 29
Octal 277 265 21 0 5 133 31 71 124 51
Binary 10111111 10110101 10001 0 101 1011011 11001 111001 1010100 101001

Color Harmonies of #BFB511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB511

Black with #BFB511

Text Example


Text Example

White with #BFB511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB511; }

 p { color: rgb(191,181,17); }

 H1.HeaderClassName
 {
   color: #BFB511;
 }
 .AnyTagClassName
 {
   color: #BFB511;
 }
</style>

background-color css

<style>
 a { background-color: #BFB511; }

 a { background-color: rgb(191,181,17); }

 div.DivClassName
 {
   background-color: #BFB511;
 }
 .BgClassName
 {
   background-color: #BFB511;
 }
</style>

border-color css

<style>
 span { border-color: #BFB511; }

 span { border-color: rgb(191,181,17); }

 td.TdClassName
 {
   border-color: #BFB511;
 }
 .TagClassName
 {
   border-color: #BFB511;
 }
</style>