Html Css Color HEX #BBB004 La Rioja

📋 copy color: '#BBB004'

red 187 ◦ green 176 ◦ blue 4

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

Shades of La Rioja #BBB004

Tints of La Rioja #BBB004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 50.95%
G = 47.96%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BBB004 (or 0xBBB004) is known color: La Rioja. HEX triplet: BB, B0 and 04. RGB value is (187,176,4). Sum of RGB (Red+Green+Blue) = 187+176+4=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB004 is #444FFB. Grayscale: #A0A0A0. Windows color (decimal): -4476924 or 307387. OLE color: 307387.

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

Color convert

RGB 187 176 4 -
CMYK 0 0.06 0.98 0.27
HSL 56.39º 0.96% 0.37% -
HSV(B) 56.39º 0.98% 0.73% -
XYZ 36.04 41.62 6.25 -
YUV 159.68 40.14 147.49 -
System Red Green Blue C M Y K H S L
Decimal 187 176 4 0 0.06 0.98 0.27 56.39 0.96 0.37
Hex BB B0 4 0 6 62 1B 38 60 25
Octal 273 260 4 0 6 142 33 70 140 45
Binary 10111011 10110000 100 0 110 1100010 11011 111000 1100000 100101

Color Harmonies of #BBB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB004

Black with #BBB004

Text Example


Text Example

White with #BBB004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB004; }

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

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

background-color css

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

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

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

border-color css

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

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

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