Html Css Color HEX #BBAF04 La Rioja

📋 copy color: '#BBAF04'

red 187 ◦ green 175 ◦ blue 4

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

Shades of La Rioja #BBAF04

Tints of La Rioja #BBAF04

RGB

 RED value IS 187 (73.44% from 255) = 51.09%

 GREEN value IS 175 (68.75% from 255) = 47.81%

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 51.09%
G = 47.81%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BBAF04 (or 0xBBAF04) is known color: La Rioja. HEX triplet: BB, AF and 04. RGB value is (187,175,4). Sum of RGB (Red+Green+Blue) = 187+175+4=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF04 is #4450FB. Grayscale: #9F9F9F. Windows color (decimal): -4477180 or 307131. OLE color: 307131.

HSL color Cylindrical-coordinate representation of color #BBAF04: hue angle of 56.07º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBAF04 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 4 -
CMYK 0 0.06 0.98 0.27
HSL 56.07º 0.96% 0.37% -
HSV(B) 56.07º 0.98% 0.73% -
XYZ 35.85 41.23 6.18 -
YUV 159.09 40.48 147.9 -
System Red Green Blue C M Y K H S L
Decimal 187 175 4 0 0.06 0.98 0.27 56.07 0.96 0.37
Hex BB AF 4 0 6 62 1B 38 60 25
Octal 273 257 4 0 6 142 33 70 140 45
Binary 10111011 10101111 100 0 110 1100010 11011 111000 1100000 100101

Color Harmonies of #BBAF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF04

Black with #BBAF04

Text Example


Text Example

White with #BBAF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF04; }

 p { color: rgb(187,175,4); }

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

background-color css

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

 a { background-color: rgb(187,175,4); }

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

border-color css

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

 span { border-color: rgb(187,175,4); }

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