Html Css Color HEX #B79613 Buddha Gold

📋 copy color: '#B79613'

red 183 ◦ green 150 ◦ blue 19

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

Shades of Buddha Gold #B79613

Tints of Buddha Gold #B79613

RGB

 RED value IS 183 (71.88% from 255) = 51.99%

 GREEN value IS 150 (58.98% from 255) = 42.61%

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

R = 51.99%
G = 42.61%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B79613 (or 0xB79613) is known color: Buddha Gold. HEX triplet: B7, 96 and 13. RGB value is (183,150,19). Sum of RGB (Red+Green+Blue) = 183+150+19=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B79613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79613 is #4869EC. Grayscale: #919191. Windows color (decimal): -4745709 or 1283767. OLE color: 1283767.

HSL color Cylindrical-coordinate representation of color #B79613: hue angle of 47.93º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B79613 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 150 19 -
CMYK 0 0.18 0.90 0.28
HSL 47.93º 0.81% 0.4% -
HSV(B) 47.93º 0.9% 0.72% -
XYZ 30.55 31.93 5.17 -
YUV 144.93 56.93 155.15 -
System Red Green Blue C M Y K H S L
Decimal 183 150 19 0 0.18 0.90 0.28 47.93 0.81 0.4
Hex B7 96 13 0 12 5A 1C 30 51 28
Octal 267 226 23 0 22 132 34 60 121 50
Binary 10110111 10010110 10011 0 10010 1011010 11100 110000 1010001 101000

Color Harmonies of #B79613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79613

Black with #B79613

Text Example


Text Example

White with #B79613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79613; }

 p { color: rgb(183,150,19); }

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

background-color css

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

 a { background-color: rgb(183,150,19); }

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

border-color css

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

 span { border-color: rgb(183,150,19); }

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