Html Css Color HEX #B3A008 Lucky

📋 copy color: '#B3A008'

red 179 ◦ green 160 ◦ blue 8

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

Shades of Lucky #B3A008

Tints of Lucky #B3A008

RGB

 RED value IS 179 (70.31% from 255) = 51.59%

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

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

R = 51.59%
G = 46.11%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B3A008 (or 0xB3A008) is known color: Lucky. HEX triplet: B3, A0 and 08. RGB value is (179,160,8). Sum of RGB (Red+Green+Blue) = 179+160+8=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A008 is #4C5FF7. Grayscale: #949494. Windows color (decimal): -5005304 or 565427. OLE color: 565427.

HSL color Cylindrical-coordinate representation of color #B3A008: hue angle of 53.33º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3A008 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 160 8 -
CMYK 0 0.11 0.96 0.30
HSL 53.33º 0.91% 0.37% -
HSV(B) 53.33º 0.96% 0.7% -
XYZ 31.21 34.74 5.29 -
YUV 148.35 48.79 149.86 -
System Red Green Blue C M Y K H S L
Decimal 179 160 8 0 0.11 0.96 0.30 53.33 0.91 0.37
Hex B3 A0 8 0 B 60 1E 35 5B 25
Octal 263 240 10 0 13 140 36 65 133 45
Binary 10110011 10100000 1000 0 1011 1100000 11110 110101 1011011 100101

Color Harmonies of #B3A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A008

Black with #B3A008

Text Example


Text Example

White with #B3A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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