Html Css Color HEX #BBAC04 La Rioja

📋 copy color: '#BBAC04'

red 187 ◦ green 172 ◦ blue 4

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

Shades of La Rioja #BBAC04

Tints of La Rioja #BBAC04

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.38%

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

R = 51.52%
G = 47.38%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BBAC04 (or 0xBBAC04) is known color: La Rioja. HEX triplet: BB, AC and 04. RGB value is (187,172,4). Sum of RGB (Red+Green+Blue) = 187+172+4=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC04 is #4453FB. Grayscale: #9E9E9E. Windows color (decimal): -4477948 or 306363. OLE color: 306363.

HSL color Cylindrical-coordinate representation of color #BBAC04: hue angle of 55.08º 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 #BBAC04 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 4 -
CMYK 0 0.08 0.98 0.27
HSL 55.08º 0.96% 0.37% -
HSV(B) 55.08º 0.98% 0.73% -
XYZ 35.27 40.08 5.99 -
YUV 157.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 187 172 4 0 0.08 0.98 0.27 55.08 0.96 0.37
Hex BB AC 4 0 8 62 1B 37 60 25
Octal 273 254 4 0 10 142 33 67 140 45
Binary 10111011 10101100 100 0 1000 1100010 11011 110111 1100000 100101

Color Harmonies of #BBAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC04

Black with #BBAC04

Text Example


Text Example

White with #BBAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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