Html Css Color HEX #BBB206 La Rioja

📋 copy color: '#BBB206'

red 187 ◦ green 178 ◦ blue 6

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

Shades of La Rioja #BBB206

Tints of La Rioja #BBB206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.98%

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 50.4%
G = 47.98%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BBB206 (or 0xBBB206) is known color: La Rioja. HEX triplet: BB, B2 and 06. RGB value is (187,178,6). Sum of RGB (Red+Green+Blue) = 187+178+6=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB206 is #444DF9. Grayscale: #A1A1A1. Windows color (decimal): -4476410 or 438971. OLE color: 438971.

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

Color convert

RGB 187 178 6 -
CMYK 0 0.05 0.97 0.27
HSL 57.02º 0.94% 0.38% -
HSV(B) 57.02º 0.97% 0.73% -
XYZ 36.45 42.42 6.44 -
YUV 161.08 40.48 146.49 -
System Red Green Blue C M Y K H S L
Decimal 187 178 6 0 0.05 0.97 0.27 57.02 0.94 0.38
Hex BB B2 6 0 5 61 1B 39 5E 26
Octal 273 262 6 0 5 141 33 71 136 46
Binary 10111011 10110010 110 0 101 1100001 11011 111001 1011110 100110

Color Harmonies of #BBB206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB206

Black with #BBB206

Text Example


Text Example

White with #BBB206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB206; }

 p { color: rgb(187,178,6); }

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

background-color css

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

 a { background-color: rgb(187,178,6); }

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

border-color css

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

 span { border-color: rgb(187,178,6); }

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