Html Css Color HEX #BFBB19 La Rioja

📋 copy color: '#BFBB19'

red 191 ◦ green 187 ◦ blue 25

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

Shades of La Rioja #BFBB19

Tints of La Rioja #BFBB19

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.4%

 BLUE value IS 25 (10.16% from 255) = 6.2%

R = 47.39%
G = 46.4%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BFBB19 (or 0xBFBB19) is known color: La Rioja. HEX triplet: BF, BB and 19. RGB value is (191,187,25). Sum of RGB (Red+Green+Blue) = 191+187+25=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBB19 is #4044E6. Grayscale: #AAAAAA. Windows color (decimal): -4211943 or 1686463. OLE color: 1686463.

HSL color Cylindrical-coordinate representation of color #BFBB19: hue angle of 58.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFBB19 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 187 25 -
CMYK 0 0.02 0.87 0.25
HSL 58.55º 0.77% 0.42% -
HSV(B) 58.55º 0.87% 0.75% -
XYZ 39.43 46.69 7.85 -
YUV 169.73 46.33 143.17 -
System Red Green Blue C M Y K H S L
Decimal 191 187 25 0 0.02 0.87 0.25 58.55 0.77 0.42
Hex BF BB 19 0 2 57 19 3B 4D 2A
Octal 277 273 31 0 2 127 31 73 115 52
Binary 10111111 10111011 11001 0 10 1010111 11001 111011 1001101 101010

Color Harmonies of #BFBB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB19

Black with #BFBB19

Text Example


Text Example

White with #BFBB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB19; }

 p { color: rgb(191,187,25); }

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

background-color css

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

 a { background-color: rgb(191,187,25); }

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

border-color css

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

 span { border-color: rgb(191,187,25); }

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