Html Css Color HEX #BBB80E La Rioja

📋 copy color: '#BBB80E'

red 187 ◦ green 184 ◦ blue 14

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

Shades of La Rioja #BBB80E

Tints of La Rioja #BBB80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.79%

 BLUE value IS 14 (5.86% from 255) = 3.64%

R = 48.57%
G = 47.79%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BBB80E (or 0xBBB80E) is known color: La Rioja. HEX triplet: BB, B8 and 0E. RGB value is (187,184,14). Sum of RGB (Red+Green+Blue) = 187+184+14=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB80E is #4447F1. Grayscale: #A6A6A6. Windows color (decimal): -4474866 or 964795. OLE color: 964795.

HSL color Cylindrical-coordinate representation of color #BBB80E: hue angle of 58.96º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBB80E is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 184 14 -
CMYK 0 0.02 0.93 0.27
HSL 58.96º 0.86% 0.39% -
HSV(B) 58.96º 0.93% 0.73% -
XYZ 37.71 44.88 7.09 -
YUV 165.52 42.49 143.32 -
System Red Green Blue C M Y K H S L
Decimal 187 184 14 0 0.02 0.93 0.27 58.96 0.86 0.39
Hex BB B8 E 0 2 5D 1B 3B 56 27
Octal 273 270 16 0 2 135 33 73 126 47
Binary 10111011 10111000 1110 0 10 1011101 11011 111011 1010110 100111

Color Harmonies of #BBB80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB80E

Black with #BBB80E

Text Example


Text Example

White with #BBB80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB80E; }

 p { color: rgb(187,184,14); }

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

background-color css

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

 a { background-color: rgb(187,184,14); }

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

border-color css

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

 span { border-color: rgb(187,184,14); }

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