Html Css Color HEX #B2B013 La Rioja

📋 copy color: '#B2B013'

red 178 ◦ green 176 ◦ blue 19

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

Shades of La Rioja #B2B013

Tints of La Rioja #B2B013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.09%

R = 47.72%
G = 47.18%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B2B013 (or 0xB2B013) is known color: La Rioja. HEX triplet: B2, B0 and 13. RGB value is (178,176,19). Sum of RGB (Red+Green+Blue) = 178+176+19=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B013 is #4D4FEC. Grayscale: #9F9F9F. Windows color (decimal): -5066733 or 1290418. OLE color: 1290418.

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

Color convert

RGB 178 176 19 -
CMYK 0 0.01 0.89 0.30
HSL 59.25º 0.81% 0.39% -
HSV(B) 59.25º 0.89% 0.7% -
XYZ 34 40.56 6.65 -
YUV 158.7 49.16 141.77 -
System Red Green Blue C M Y K H S L
Decimal 178 176 19 0 0.01 0.89 0.30 59.25 0.81 0.39
Hex B2 B0 13 0 1 59 1E 3B 51 27
Octal 262 260 23 0 1 131 36 73 121 47
Binary 10110010 10110000 10011 0 1 1011001 11110 111011 1010001 100111

Color Harmonies of #B2B013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B013

Black with #B2B013

Text Example


Text Example

White with #B2B013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B013; }

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

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

background-color css

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

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

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

border-color css

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

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

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