Html Css Color HEX #B2B212 La Rioja

📋 copy color: '#B2B212'

red 178 ◦ green 178 ◦ blue 18

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

Shades of La Rioja #B2B212

Tints of La Rioja #B2B212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.59%

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

R = 47.59%
G = 47.59%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B2B212 (or 0xB2B212) is known color: La Rioja. HEX triplet: B2, B2 and 12. RGB value is (178,178,18). Sum of RGB (Red+Green+Blue) = 178+178+18=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B212 is #4D4DED. Grayscale: #A0A0A0. Windows color (decimal): -5066222 or 1225394. OLE color: 1225394.

HSL color Cylindrical-coordinate representation of color #B2B212: hue angle of 60º 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 #B2B212 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 178 18 -
CMYK 0 0 0.90 0.30
HSL 60º 0.82% 0.38% -
HSV(B) 60º 0.9% 0.7% -
XYZ 34.39 41.35 6.74 -
YUV 159.76 48 141.01 -
System Red Green Blue C M Y K H S L
Decimal 178 178 18 0 0 0.90 0.30 60 0.82 0.38
Hex B2 B2 12 0 0 5A 1E 3C 52 26
Octal 262 262 22 0 0 132 36 74 122 46
Binary 10110010 10110010 10010 0 0 1011010 11110 111100 1010010 100110

Color Harmonies of #B2B212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B212

Black with #B2B212

Text Example


Text Example

White with #B2B212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B212; }

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

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

background-color css

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

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

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

border-color css

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

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

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