Html Css Color HEX #B39B08 Lucky

📋 copy color: '#B39B08'

red 179 ◦ green 155 ◦ blue 8

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

Shades of Lucky #B39B08

Tints of Lucky #B39B08

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.32%

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

R = 52.34%
G = 45.32%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B39B08 (or 0xB39B08) is known color: Lucky. HEX triplet: B3, 9B and 08. RGB value is (179,155,8). Sum of RGB (Red+Green+Blue) = 179+155+8=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B39B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39B08 is #4C64F7. Grayscale: #929292. Windows color (decimal): -5006584 or 564147. OLE color: 564147.

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

Color convert

RGB 179 155 8 -
CMYK 0 0.13 0.96 0.30
HSL 51.58º 0.91% 0.37% -
HSV(B) 51.58º 0.96% 0.7% -
XYZ 30.36 33.04 5.01 -
YUV 145.42 50.45 151.95 -
System Red Green Blue C M Y K H S L
Decimal 179 155 8 0 0.13 0.96 0.30 51.58 0.91 0.37
Hex B3 9B 8 0 D 60 1E 34 5B 25
Octal 263 233 10 0 15 140 36 64 133 45
Binary 10110011 10011011 1000 0 1101 1100000 11110 110100 1011011 100101

Color Harmonies of #B39B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39B08

Black with #B39B08

Text Example


Text Example

White with #B39B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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