Html Css Color HEX #B79117 Buddha Gold

📋 copy color: '#B79117'

red 183 ◦ green 145 ◦ blue 23

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

Shades of Buddha Gold #B79117

Tints of Buddha Gold #B79117

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.31%

 BLUE value IS 23 (9.38% from 255) = 6.55%

R = 52.14%
G = 41.31%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B79117 (or 0xB79117) is known color: Buddha Gold. HEX triplet: B7, 91 and 17. RGB value is (183,145,23). Sum of RGB (Red+Green+Blue) = 183+145+23=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B79117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79117 is #486EE8. Grayscale: #8E8E8E. Windows color (decimal): -4746985 or 1544631. OLE color: 1544631.

HSL color Cylindrical-coordinate representation of color #B79117: hue angle of 45.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B79117 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 145 23 -
CMYK 0 0.21 0.87 0.28
HSL 45.75º 0.78% 0.4% -
HSV(B) 45.75º 0.87% 0.72% -
XYZ 29.81 30.38 5.1 -
YUV 142.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 183 145 23 0 0.21 0.87 0.28 45.75 0.78 0.4
Hex B7 91 17 0 15 57 1C 2E 4E 28
Octal 267 221 27 0 25 127 34 56 116 50
Binary 10110111 10010001 10111 0 10101 1010111 11100 101110 1001110 101000

Color Harmonies of #B79117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79117

Black with #B79117

Text Example


Text Example

White with #B79117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79117; }

 p { color: rgb(183,145,23); }

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

background-color css

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

 a { background-color: rgb(183,145,23); }

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

border-color css

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

 span { border-color: rgb(183,145,23); }

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