Html Css Color HEX #B39719 Buddha Gold

📋 copy color: '#B39719'

red 179 ◦ green 151 ◦ blue 25

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

Shades of Buddha Gold #B39719

Tints of Buddha Gold #B39719

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.54%

 BLUE value IS 25 (10.16% from 255) = 7.04%

R = 50.42%
G = 42.54%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B39719 (or 0xB39719) is known color: Buddha Gold. HEX triplet: B3, 97 and 19. RGB value is (179,151,25). Sum of RGB (Red+Green+Blue) = 179+151+25=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B39719 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B39719 is #4C68E6. Grayscale: #919191. Windows color (decimal): -5007591 or 1677235. OLE color: 1677235.

HSL color Cylindrical-coordinate representation of color #B39719: hue angle of 49.09º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B39719 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 151 25 -
CMYK 0 0.16 0.86 0.30
HSL 49.09º 0.75% 0.4% -
HSV(B) 49.09º 0.86% 0.7% -
XYZ 29.83 31.79 5.48 -
YUV 145.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 179 151 25 0 0.16 0.86 0.30 49.09 0.75 0.4
Hex B3 97 19 0 10 56 1E 31 4B 28
Octal 263 227 31 0 20 126 36 61 113 50
Binary 10110011 10010111 11001 0 10000 1010110 11110 110001 1001011 101000

Color Harmonies of #B39719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39719

Black with #B39719

Text Example


Text Example

White with #B39719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39719; }

 p { color: rgb(179,151,25); }

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

background-color css

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

 a { background-color: rgb(179,151,25); }

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

border-color css

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

 span { border-color: rgb(179,151,25); }

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