Html Css Color HEX #B0A008 Lucky

📋 copy color: '#B0A008'

red 176 ◦ green 160 ◦ blue 8

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

Shades of Lucky #B0A008

Tints of Lucky #B0A008

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.51%

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

R = 51.16%
G = 46.51%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B0A008 (or 0xB0A008) is known color: Lucky. HEX triplet: B0, A0 and 08. RGB value is (176,160,8). Sum of RGB (Red+Green+Blue) = 176+160+8=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A008 is #4F5FF7. Grayscale: #949494. Windows color (decimal): -5201912 or 565424. OLE color: 565424.

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

Color convert

RGB 176 160 8 -
CMYK 0 0.09 0.95 0.31
HSL 54.29º 0.91% 0.36% -
HSV(B) 54.29º 0.95% 0.69% -
XYZ 30.52 34.39 5.26 -
YUV 147.46 49.3 148.36 -
System Red Green Blue C M Y K H S L
Decimal 176 160 8 0 0.09 0.95 0.31 54.29 0.91 0.36
Hex B0 A0 8 0 9 5F 1F 36 5B 24
Octal 260 240 10 0 11 137 37 66 133 44
Binary 10110000 10100000 1000 0 1001 1011111 11111 110110 1011011 100100

Color Harmonies of #B0A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A008

Black with #B0A008

Text Example


Text Example

White with #B0A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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