Html Css Color HEX #B5B008 La Rioja

📋 copy color: '#B5B008'

red 181 ◦ green 176 ◦ blue 8

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

Shades of La Rioja #B5B008

Tints of La Rioja #B5B008

RGB

 RED value IS 181 (71.09% from 255) = 49.59%

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

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 49.59%
G = 48.22%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B5B008 (or 0xB5B008) is known color: La Rioja. HEX triplet: B5, B0 and 08. RGB value is (181,176,8). Sum of RGB (Red+Green+Blue) = 181+176+8=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B008 is #4A4FF7. Grayscale: #9F9F9F. Windows color (decimal): -4870136 or 569525. OLE color: 569525.

HSL color Cylindrical-coordinate representation of color #B5B008: hue angle of 58.27º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5B008 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 176 8 -
CMYK 0 0.03 0.96 0.29
HSL 58.27º 0.92% 0.37% -
HSV(B) 58.27º 0.96% 0.71% -
XYZ 34.63 40.89 6.3 -
YUV 158.34 43.16 144.16 -
System Red Green Blue C M Y K H S L
Decimal 181 176 8 0 0.03 0.96 0.29 58.27 0.92 0.37
Hex B5 B0 8 0 3 60 1D 3A 5C 25
Octal 265 260 10 0 3 140 35 72 134 45
Binary 10110101 10110000 1000 0 11 1100000 11101 111010 1011100 100101

Color Harmonies of #B5B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B008

Black with #B5B008

Text Example


Text Example

White with #B5B008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B008; }

 p { color: rgb(181,176,8); }

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

background-color css

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

 a { background-color: rgb(181,176,8); }

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

border-color css

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

 span { border-color: rgb(181,176,8); }

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