Html Css Color HEX #B39D0B Lucky

📋 copy color: '#B39D0B'

red 179 ◦ green 157 ◦ blue 11

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

Shades of Lucky #B39D0B

Tints of Lucky #B39D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.17%

R = 51.59%
G = 45.24%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B39D0B (or 0xB39D0B) is known color: Lucky. HEX triplet: B3, 9D and 0B. RGB value is (179,157,11). Sum of RGB (Red+Green+Blue) = 179+157+11=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39D0B is #4C62F4. Grayscale: #939393. Windows color (decimal): -5006069 or 761267. OLE color: 761267.

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

Color convert

RGB 179 157 11 -
CMYK 0 0.12 0.94 0.30
HSL 52.14º 0.88% 0.37% -
HSV(B) 52.14º 0.94% 0.7% -
XYZ 30.71 33.72 5.21 -
YUV 146.93 51.29 150.87 -
System Red Green Blue C M Y K H S L
Decimal 179 157 11 0 0.12 0.94 0.30 52.14 0.88 0.37
Hex B3 9D B 0 C 5E 1E 34 58 25
Octal 263 235 13 0 14 136 36 64 130 45
Binary 10110011 10011101 1011 0 1100 1011110 11110 110100 1011000 100101

Color Harmonies of #B39D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39D0B

Black with #B39D0B

Text Example


Text Example

White with #B39D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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