Html Css Color HEX #B2B00E La Rioja

📋 copy color: '#B2B00E'

red 178 ◦ green 176 ◦ blue 14

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

Shades of La Rioja #B2B00E

Tints of La Rioja #B2B00E

RGB

 RED value IS 178 (69.92% from 255) = 48.37%

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

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

R = 48.37%
G = 47.83%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2B00E (or 0xB2B00E) is known color: La Rioja. HEX triplet: B2, B0 and 0E. RGB value is (178,176,14). Sum of RGB (Red+Green+Blue) = 178+176+14=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 176 (69.14% from 255 or 47.83% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B00E is #4D4FF1. Grayscale: #9E9E9E. Windows color (decimal): -5066738 or 962738. OLE color: 962738.

HSL color Cylindrical-coordinate representation of color #B2B00E: hue angle of 59.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2B00E is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 176 14 -
CMYK 0 0.01 0.92 0.30
HSL 59.27º 0.85% 0.38% -
HSV(B) 59.27º 0.92% 0.7% -
XYZ 33.96 40.55 6.45 -
YUV 158.13 46.66 142.17 -
System Red Green Blue C M Y K H S L
Decimal 178 176 14 0 0.01 0.92 0.30 59.27 0.85 0.38
Hex B2 B0 E 0 1 5C 1E 3B 55 26
Octal 262 260 16 0 1 134 36 73 125 46
Binary 10110010 10110000 1110 0 1 1011100 11110 111011 1010101 100110

Color Harmonies of #B2B00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B00E

Black with #B2B00E

Text Example


Text Example

White with #B2B00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B00E; }

 p { color: rgb(178,176,14); }

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

background-color css

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

 a { background-color: rgb(178,176,14); }

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

border-color css

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

 span { border-color: rgb(178,176,14); }

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