Html Css Color HEX #B39D08 Lucky

📋 copy color: '#B39D08'

red 179 ◦ green 157 ◦ blue 8

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

Shades of Lucky #B39D08

Tints of Lucky #B39D08

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.64%

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

R = 52.03%
G = 45.64%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B39D08 (or 0xB39D08) is known color: Lucky. HEX triplet: B3, 9D and 08. RGB value is (179,157,8). Sum of RGB (Red+Green+Blue) = 179+157+8=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39D08 is #4C62F7. Grayscale: #939393. Windows color (decimal): -5006072 or 564659. OLE color: 564659.

HSL color Cylindrical-coordinate representation of color #B39D08: hue angle of 52.28º 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 #B39D08 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 157 8 -
CMYK 0 0.12 0.96 0.30
HSL 52.28º 0.91% 0.37% -
HSV(B) 52.28º 0.96% 0.7% -
XYZ 30.69 33.72 5.12 -
YUV 146.59 49.79 151.12 -
System Red Green Blue C M Y K H S L
Decimal 179 157 8 0 0.12 0.96 0.30 52.28 0.91 0.37
Hex B3 9D 8 0 C 60 1E 34 5B 25
Octal 263 235 10 0 14 140 36 64 133 45
Binary 10110011 10011101 1000 0 1100 1100000 11110 110100 1011011 100101

Color Harmonies of #B39D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39D08

Black with #B39D08

Text Example


Text Example

White with #B39D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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