Html Css Color HEX #BFBB15 La Rioja

📋 copy color: '#BFBB15'

red 191 ◦ green 187 ◦ blue 21

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

Shades of La Rioja #BFBB15

Tints of La Rioja #BFBB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.26%

R = 47.87%
G = 46.87%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BFBB15 (or 0xBFBB15) is known color: La Rioja. HEX triplet: BF, BB and 15. RGB value is (191,187,21). Sum of RGB (Red+Green+Blue) = 191+187+21=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 21 (8.59% from 255 or 5.26% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBB15 is #4044EA. Grayscale: #A9A9A9. Windows color (decimal): -4211947 or 1424319. OLE color: 1424319.

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

Color convert

RGB 191 187 21 -
CMYK 0 0.02 0.89 0.25
HSL 58.59º 0.8% 0.42% -
HSV(B) 58.59º 0.89% 0.75% -
XYZ 39.39 46.67 7.64 -
YUV 169.27 44.33 143.5 -
System Red Green Blue C M Y K H S L
Decimal 191 187 21 0 0.02 0.89 0.25 58.59 0.8 0.42
Hex BF BB 15 0 2 59 19 3B 50 2A
Octal 277 273 25 0 2 131 31 73 120 52
Binary 10111111 10111011 10101 0 10 1011001 11001 111011 1010000 101010

Color Harmonies of #BFBB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBB15

Black with #BFBB15

Text Example


Text Example

White with #BFBB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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