Html Css Color HEX #B0AB07 La Rioja

📋 copy color: '#B0AB07'

red 176 ◦ green 171 ◦ blue 7

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

Shades of La Rioja #B0AB07

Tints of La Rioja #B0AB07

RGB

 RED value IS 176 (69.14% from 255) = 49.72%

 GREEN value IS 171 (67.19% from 255) = 48.31%

 BLUE value IS 7 (3.13% from 255) = 1.98%

R = 49.72%
G = 48.31%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B0AB07 (or 0xB0AB07) is known color: La Rioja. HEX triplet: B0, AB and 07. RGB value is (176,171,7). Sum of RGB (Red+Green+Blue) = 176+171+7=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AB07 is #4F54F8. Grayscale: #9A9A9A. Windows color (decimal): -5199097 or 502704. OLE color: 502704.

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

Color convert

RGB 176 171 7 -
CMYK 0 0.03 0.96 0.31
HSL 58.22º 0.92% 0.36% -
HSV(B) 58.22º 0.96% 0.69% -
XYZ 32.51 38.37 5.89 -
YUV 153.8 45.16 143.84 -
System Red Green Blue C M Y K H S L
Decimal 176 171 7 0 0.03 0.96 0.31 58.22 0.92 0.36
Hex B0 AB 7 0 3 60 1F 3A 5C 24
Octal 260 253 7 0 3 140 37 72 134 44
Binary 10110000 10101011 111 0 11 1100000 11111 111010 1011100 100100

Color Harmonies of #B0AB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB07

Black with #B0AB07

Text Example


Text Example

White with #B0AB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB07; }

 p { color: rgb(176,171,7); }

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

background-color css

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

 a { background-color: rgb(176,171,7); }

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

border-color css

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

 span { border-color: rgb(176,171,7); }

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