Html Css Color HEX #B39512 Buddha Gold

📋 copy color: '#B39512'

red 179 ◦ green 149 ◦ blue 18

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

Shades of Buddha Gold #B39512

Tints of Buddha Gold #B39512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 51.73%
G = 43.06%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B39512 (or 0xB39512) is known color: Buddha Gold. HEX triplet: B3, 95 and 12. RGB value is (179,149,18). Sum of RGB (Red+Green+Blue) = 179+149+18=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B39512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39512 is #4C6AED. Grayscale: #8F8F8F. Windows color (decimal): -5008110 or 1217971. OLE color: 1217971.

HSL color Cylindrical-coordinate representation of color #B39512: hue angle of 48.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B39512 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 149 18 -
CMYK 0 0.17 0.90 0.30
HSL 48.82º 0.82% 0.39% -
HSV(B) 48.82º 0.9% 0.7% -
XYZ 29.45 31.12 5.03 -
YUV 143.04 57.44 153.65 -
System Red Green Blue C M Y K H S L
Decimal 179 149 18 0 0.17 0.90 0.30 48.82 0.82 0.39
Hex B3 95 12 0 11 5A 1E 31 52 27
Octal 263 225 22 0 21 132 36 61 122 47
Binary 10110011 10010101 10010 0 10001 1011010 11110 110001 1010010 100111

Color Harmonies of #B39512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39512

Black with #B39512

Text Example


Text Example

White with #B39512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39512; }

 p { color: rgb(179,149,18); }

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

background-color css

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

 a { background-color: rgb(179,149,18); }

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

border-color css

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

 span { border-color: rgb(179,149,18); }

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