Html Css Color HEX #BBAF0E La Rioja

📋 copy color: '#BBAF0E'

red 187 ◦ green 175 ◦ blue 14

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

Shades of La Rioja #BBAF0E

Tints of La Rioja #BBAF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.72%

R = 49.73%
G = 46.54%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BBAF0E (or 0xBBAF0E) is known color: La Rioja. HEX triplet: BB, AF and 0E. RGB value is (187,175,14). Sum of RGB (Red+Green+Blue) = 187+175+14=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF0E is #4450F1. Grayscale: #A0A0A0. Windows color (decimal): -4477170 or 962491. OLE color: 962491.

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

Color convert

RGB 187 175 14 -
CMYK 0 0.06 0.93 0.27
HSL 55.84º 0.86% 0.39% -
HSV(B) 55.84º 0.93% 0.73% -
XYZ 35.9 41.26 6.49 -
YUV 160.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 187 175 14 0 0.06 0.93 0.27 55.84 0.86 0.39
Hex BB AF E 0 6 5D 1B 38 56 27
Octal 273 257 16 0 6 135 33 70 126 47
Binary 10111011 10101111 1110 0 110 1011101 11011 111000 1010110 100111

Color Harmonies of #BBAF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF0E

Black with #BBAF0E

Text Example


Text Example

White with #BBAF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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