Html Css Color HEX #BBB400 La Rioja

📋 copy color: '#BBB400'

red 187 ◦ green 180 ◦ blue 0

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

Shades of La Rioja #BBB400

Tints of La Rioja #BBB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.05%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.95%
G = 49.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BBB400 (or 0xBBB400) is known color: La Rioja. HEX triplet: BB, B4 and 00. RGB value is (187,180,0). Sum of RGB (Red+Green+Blue) = 187+180+0=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 180 (70.70% from 255 or 49.05% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB400 is #444BFF. Grayscale: #A2A2A2. Windows color (decimal): -4475904 or 46267. OLE color: 46267.

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

Color convert

RGB 187 180 0 -
CMYK 0 0.04 1 0.27
HSL 57.75º 1% 0.37% -
HSV(B) 57.75º 1% 0.73% -
XYZ 36.81 43.21 6.4 -
YUV 161.57 36.82 146.14 -
System Red Green Blue C M Y K H S L
Decimal 187 180 0 0 0.04 1 0.27 57.75 1 0.37
Hex BB B4 0 0 4 64 1B 3A 64 25
Octal 273 264 0 0 4 144 33 72 144 45
Binary 10111011 10110100 0 0 100 1100100 11011 111010 1100100 100101

Color Harmonies of #BBB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB400

Black with #BBB400

Text Example


Text Example

White with #BBB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB400; }

 p { color: rgb(187,180,0); }

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

background-color css

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

 a { background-color: rgb(187,180,0); }

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

border-color css

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

 span { border-color: rgb(187,180,0); }

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