Html Css Color HEX #B39C07 Lucky

📋 copy color: '#B39C07'

red 179 ◦ green 156 ◦ blue 7

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

Shades of Lucky #B39C07

Tints of Lucky #B39C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 52.34%
G = 45.61%
B = 2.05%

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

#B39C07 (or 0xB39C07) is known color: Lucky. HEX triplet: B3, 9C and 07. RGB value is (179,156,7). Sum of RGB (Red+Green+Blue) = 179+156+7=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39C07 is #4C63F8. Grayscale: #929292. Windows color (decimal): -5006329 or 498867. OLE color: 498867.

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

Color convert

RGB 179 156 7 -
CMYK 0 0.13 0.96 0.30
HSL 51.98º 0.92% 0.36% -
HSV(B) 51.98º 0.96% 0.7% -
XYZ 30.52 33.38 5.03 -
YUV 145.89 49.62 151.62 -
System Red Green Blue C M Y K H S L
Decimal 179 156 7 0 0.13 0.96 0.30 51.98 0.92 0.36
Hex B3 9C 7 0 D 60 1E 34 5C 24
Octal 263 234 7 0 15 140 36 64 134 44
Binary 10110011 10011100 111 0 1101 1100000 11110 110100 1011100 100100

Color Harmonies of #B39C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39C07

Black with #B39C07

Text Example


Text Example

White with #B39C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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