Html Css Color HEX #B0AB04 La Rioja

📋 copy color: '#B0AB04'

red 176 ◦ green 171 ◦ blue 4

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

Shades of La Rioja #B0AB04

Tints of La Rioja #B0AB04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 50.14%
G = 48.72%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B0AB04 (or 0xB0AB04) is known color: La Rioja. HEX triplet: B0, AB and 04. RGB value is (176,171,4). Sum of RGB (Red+Green+Blue) = 176+171+4=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AB04 is #4F54FB. Grayscale: #9A9A9A. Windows color (decimal): -5199100 or 306096. OLE color: 306096.

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

Color convert

RGB 176 171 4 -
CMYK 0 0.03 0.98 0.31
HSL 58.26º 0.96% 0.35% -
HSV(B) 58.26º 0.98% 0.69% -
XYZ 32.49 38.36 5.81 -
YUV 153.46 43.66 144.08 -
System Red Green Blue C M Y K H S L
Decimal 176 171 4 0 0.03 0.98 0.31 58.26 0.96 0.35
Hex B0 AB 4 0 3 62 1F 3A 60 23
Octal 260 253 4 0 3 142 37 72 140 43
Binary 10110000 10101011 100 0 11 1100010 11111 111010 1100000 100011

Color Harmonies of #B0AB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB04

Black with #B0AB04

Text Example


Text Example

White with #B0AB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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