Html Css Color HEX #B39413 Buddha Gold

📋 copy color: '#B39413'

red 179 ◦ green 148 ◦ blue 19

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

Shades of Buddha Gold #B39413

Tints of Buddha Gold #B39413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.77%

 BLUE value IS 19 (7.81% from 255) = 5.49%

R = 51.73%
G = 42.77%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B39413 (or 0xB39413) is known color: Buddha Gold. HEX triplet: B3, 94 and 13. RGB value is (179,148,19). Sum of RGB (Red+Green+Blue) = 179+148+19=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B39413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39413 is #4C6BEC. Grayscale: #8F8F8F. Windows color (decimal): -5008365 or 1283251. OLE color: 1283251.

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

Color convert

RGB 179 148 19 -
CMYK 0 0.17 0.89 0.30
HSL 48.38º 0.81% 0.39% -
HSV(B) 48.38º 0.89% 0.7% -
XYZ 29.3 30.81 5.02 -
YUV 142.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 179 148 19 0 0.17 0.89 0.30 48.38 0.81 0.39
Hex B3 94 13 0 11 59 1E 30 51 27
Octal 263 224 23 0 21 131 36 60 121 47
Binary 10110011 10010100 10011 0 10001 1011001 11110 110000 1010001 100111

Color Harmonies of #B39413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39413

Black with #B39413

Text Example


Text Example

White with #B39413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39413; }

 p { color: rgb(179,148,19); }

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

background-color css

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

 a { background-color: rgb(179,148,19); }

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

border-color css

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

 span { border-color: rgb(179,148,19); }

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