Html Css Color HEX #B2B012 La Rioja

📋 copy color: '#B2B012'

red 178 ◦ green 176 ◦ blue 18

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

Shades of La Rioja #B2B012

Tints of La Rioja #B2B012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.84%

R = 47.85%
G = 47.31%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B2B012 (or 0xB2B012) is known color: La Rioja. HEX triplet: B2, B0 and 12. RGB value is (178,176,18). Sum of RGB (Red+Green+Blue) = 178+176+18=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B012 is #4D4FED. Grayscale: #9F9F9F. Windows color (decimal): -5066734 or 1224882. OLE color: 1224882.

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

Color convert

RGB 178 176 18 -
CMYK 0 0.01 0.90 0.30
HSL 59.25º 0.82% 0.38% -
HSV(B) 59.25º 0.9% 0.7% -
XYZ 33.99 40.56 6.61 -
YUV 158.59 48.66 141.85 -
System Red Green Blue C M Y K H S L
Decimal 178 176 18 0 0.01 0.90 0.30 59.25 0.82 0.38
Hex B2 B0 12 0 1 5A 1E 3B 52 26
Octal 262 260 22 0 1 132 36 73 122 46
Binary 10110010 10110000 10010 0 1 1011010 11110 111011 1010010 100110

Color Harmonies of #B2B012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B012

Black with #B2B012

Text Example


Text Example

White with #B2B012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B012; }

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

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

background-color css

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

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

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

border-color css

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

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

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