Html Css Color HEX #B2B011 La Rioja

📋 copy color: '#B2B011'

red 178 ◦ green 176 ◦ blue 17

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

Shades of La Rioja #B2B011

Tints of La Rioja #B2B011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.58%

R = 47.98%
G = 47.44%
B = 4.58%

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

#B2B011 (or 0xB2B011) is known color: La Rioja. HEX triplet: B2, B0 and 11. RGB value is (178,176,17). Sum of RGB (Red+Green+Blue) = 178+176+17=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B011 is #4D4FEE. Grayscale: #9F9F9F. Windows color (decimal): -5066735 or 1159346. OLE color: 1159346.

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

Color convert

RGB 178 176 17 -
CMYK 0 0.01 0.90 0.30
HSL 59.25º 0.83% 0.38% -
HSV(B) 59.25º 0.9% 0.7% -
XYZ 33.99 40.56 6.57 -
YUV 158.47 48.16 141.93 -
System Red Green Blue C M Y K H S L
Decimal 178 176 17 0 0.01 0.90 0.30 59.25 0.83 0.38
Hex B2 B0 11 0 1 5A 1E 3B 53 26
Octal 262 260 21 0 1 132 36 73 123 46
Binary 10110010 10110000 10001 0 1 1011010 11110 111011 1010011 100110

Color Harmonies of #B2B011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B011

Black with #B2B011

Text Example


Text Example

White with #B2B011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B011; }

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

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

background-color css

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

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

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

border-color css

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

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

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