Html Css Color HEX #B39C08 Lucky

📋 copy color: '#B39C08'

red 179 ◦ green 156 ◦ blue 8

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

Shades of Lucky #B39C08

Tints of Lucky #B39C08

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.48%

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

R = 52.19%
G = 45.48%
B = 2.33%

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

#B39C08 (or 0xB39C08) is known color: Lucky. HEX triplet: B3, 9C and 08. RGB value is (179,156,8). Sum of RGB (Red+Green+Blue) = 179+156+8=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 8 (3.52% from 255 or 2.33% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39C08 is #4C63F7. Grayscale: #929292. Windows color (decimal): -5006328 or 564403. OLE color: 564403.

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

Color convert

RGB 179 156 8 -
CMYK 0 0.13 0.96 0.30
HSL 51.93º 0.91% 0.37% -
HSV(B) 51.93º 0.96% 0.7% -
XYZ 30.52 33.38 5.06 -
YUV 146.01 50.12 151.53 -
System Red Green Blue C M Y K H S L
Decimal 179 156 8 0 0.13 0.96 0.30 51.93 0.91 0.37
Hex B3 9C 8 0 D 60 1E 34 5B 25
Octal 263 234 10 0 15 140 36 64 133 45
Binary 10110011 10011100 1000 0 1101 1100000 11110 110100 1011011 100101

Color Harmonies of #B39C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39C08

Black with #B39C08

Text Example


Text Example

White with #B39C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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