Html Css Color HEX #BBAC0C La Rioja

📋 copy color: '#BBAC0C'

red 187 ◦ green 172 ◦ blue 12

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

Shades of La Rioja #BBAC0C

Tints of La Rioja #BBAC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 50.4%
G = 46.36%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BBAC0C (or 0xBBAC0C) is known color: La Rioja. HEX triplet: BB, AC and 0C. RGB value is (187,172,12). Sum of RGB (Red+Green+Blue) = 187+172+12=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAC0C is #4453F3. Grayscale: #9E9E9E. Windows color (decimal): -4477940 or 830651. OLE color: 830651.

HSL color Cylindrical-coordinate representation of color #BBAC0C: hue angle of 54.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBAC0C is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 12 -
CMYK 0 0.08 0.94 0.27
HSL 54.86º 0.88% 0.39% -
HSV(B) 54.86º 0.94% 0.73% -
XYZ 35.31 40.1 6.23 -
YUV 158.25 45.47 148.51 -
System Red Green Blue C M Y K H S L
Decimal 187 172 12 0 0.08 0.94 0.27 54.86 0.88 0.39
Hex BB AC C 0 8 5E 1B 37 58 27
Octal 273 254 14 0 10 136 33 67 130 47
Binary 10111011 10101100 1100 0 1000 1011110 11011 110111 1011000 100111

Color Harmonies of #BBAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC0C

Black with #BBAC0C

Text Example


Text Example

White with #BBAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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