Html Css Color HEX #BBAF0B La Rioja

📋 copy color: '#BBAF0B'

red 187 ◦ green 175 ◦ blue 11

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

Shades of La Rioja #BBAF0B

Tints of La Rioja #BBAF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.95%

R = 50.13%
G = 46.92%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BBAF0B (or 0xBBAF0B) is known color: La Rioja. HEX triplet: BB, AF and 0B. RGB value is (187,175,11). Sum of RGB (Red+Green+Blue) = 187+175+11=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAF0B is #4450F4. Grayscale: #A0A0A0. Windows color (decimal): -4477173 or 765883. OLE color: 765883.

HSL color Cylindrical-coordinate representation of color #BBAF0B: hue angle of 55.91º degrees, saturation: 0.89, 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 #BBAF0B is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 175 11 -
CMYK 0 0.06 0.94 0.27
HSL 55.91º 0.89% 0.39% -
HSV(B) 55.91º 0.94% 0.73% -
XYZ 35.88 41.25 6.39 -
YUV 159.89 43.98 147.34 -
System Red Green Blue C M Y K H S L
Decimal 187 175 11 0 0.06 0.94 0.27 55.91 0.89 0.39
Hex BB AF B 0 6 5E 1B 38 59 27
Octal 273 257 13 0 6 136 33 70 131 47
Binary 10111011 10101111 1011 0 110 1011110 11011 111000 1011001 100111

Color Harmonies of #BBAF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF0B

Black with #BBAF0B

Text Example


Text Example

White with #BBAF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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