Html Css Color HEX #BBB010 La Rioja

📋 copy color: '#BBB010'

red 187 ◦ green 176 ◦ blue 16

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

Shades of La Rioja #BBB010

Tints of La Rioja #BBB010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.44%

 BLUE value IS 16 (6.64% from 255) = 4.22%

R = 49.34%
G = 46.44%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBB010 (or 0xBBB010) is known color: La Rioja. HEX triplet: BB, B0 and 10. RGB value is (187,176,16). Sum of RGB (Red+Green+Blue) = 187+176+16=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB010 is #444FEF. Grayscale: #A1A1A1. Windows color (decimal): -4476912 or 1093819. OLE color: 1093819.

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

Color convert

RGB 187 176 16 -
CMYK 0 0.06 0.91 0.27
HSL 56.14º 0.84% 0.4% -
HSV(B) 56.14º 0.91% 0.73% -
XYZ 36.11 41.65 6.63 -
YUV 161.05 46.14 146.51 -
System Red Green Blue C M Y K H S L
Decimal 187 176 16 0 0.06 0.91 0.27 56.14 0.84 0.4
Hex BB B0 10 0 6 5B 1B 38 54 28
Octal 273 260 20 0 6 133 33 70 124 50
Binary 10111011 10110000 10000 0 110 1011011 11011 111000 1010100 101000

Color Harmonies of #BBB010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB010

Black with #BBB010

Text Example


Text Example

White with #BBB010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB010; }

 p { color: rgb(187,176,16); }

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

background-color css

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

 a { background-color: rgb(187,176,16); }

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

border-color css

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

 span { border-color: rgb(187,176,16); }

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