Html Css Color HEX #B3BB0E La Rioja

📋 copy color: '#B3BB0E'

red 179 ◦ green 187 ◦ blue 14

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

Shades of La Rioja #B3BB0E

Tints of La Rioja #B3BB0E

RGB

 RED value IS 179 (70.31% from 255) = 47.11%

 GREEN value IS 187 (73.44% from 255) = 49.21%

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

R = 47.11%
G = 49.21%
B = 3.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B3BB0E (or 0xB3BB0E) is known color: La Rioja. HEX triplet: B3, BB and 0E. RGB value is (179,187,14). Sum of RGB (Red+Green+Blue) = 179+187+14=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BB0E is #4C44F1. Grayscale: #A5A5A5. Windows color (decimal): -4998386 or 965555. OLE color: 965555.

HSL color Cylindrical-coordinate representation of color #B3BB0E: hue angle of 62.77º 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 #B3BB0E is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 187 14 -
CMYK 0.04 0 0.93 0.27
HSL 62.77º 0.86% 0.39% -
HSV(B) 62.77º 0.93% 0.73% -
XYZ 36.44 45.16 7.21 -
YUV 164.89 42.85 138.07 -
System Red Green Blue C M Y K H S L
Decimal 179 187 14 0.04 0 0.93 0.27 62.77 0.86 0.39
Hex B3 BB E 4 0 5D 1B 3F 56 27
Octal 263 273 16 4 0 135 33 77 126 47
Binary 10110011 10111011 1110 100 0 1011101 11011 111111 1010110 100111

Color Harmonies of #B3BB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BB0E

Black with #B3BB0E

Text Example


Text Example

White with #B3BB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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