Html Css Color HEX #B2B115 La Rioja

📋 copy color: '#B2B115'

red 178 ◦ green 177 ◦ blue 21

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

Shades of La Rioja #B2B115

Tints of La Rioja #B2B115

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.07%

 BLUE value IS 21 (8.59% from 255) = 5.59%

R = 47.34%
G = 47.07%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B2B115 (or 0xB2B115) is known color: La Rioja. HEX triplet: B2, B1 and 15. RGB value is (178,177,21). Sum of RGB (Red+Green+Blue) = 178+177+21=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2B115 is #4D4EEA. Grayscale: #A0A0A0. Windows color (decimal): -5066475 or 1421746. OLE color: 1421746.

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

Color convert

RGB 178 177 21 -
CMYK 0 0.01 0.88 0.30
HSL 59.62º 0.79% 0.39% -
HSV(B) 59.62º 0.88% 0.7% -
XYZ 34.22 40.96 6.81 -
YUV 159.52 49.83 141.18 -
System Red Green Blue C M Y K H S L
Decimal 178 177 21 0 0.01 0.88 0.30 59.62 0.79 0.39
Hex B2 B1 15 0 1 58 1E 3C 4F 27
Octal 262 261 25 0 1 130 36 74 117 47
Binary 10110010 10110001 10101 0 1 1011000 11110 111100 1001111 100111

Color Harmonies of #B2B115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B115

Black with #B2B115

Text Example


Text Example

White with #B2B115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B115; }

 p { color: rgb(178,177,21); }

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

background-color css

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

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

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

border-color css

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

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

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