Html Css Color HEX #B79413 Buddha Gold

📋 copy color: '#B79413'

red 183 ◦ green 148 ◦ blue 19

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

Shades of Buddha Gold #B79413

Tints of Buddha Gold #B79413

RGB

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

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

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

R = 52.29%
G = 42.29%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B79413 (or 0xB79413) is known color: Buddha Gold. HEX triplet: B7, 94 and 13. RGB value is (183,148,19). Sum of RGB (Red+Green+Blue) = 183+148+19=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B79413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79413 is #486BEC. Grayscale: #909090. Windows color (decimal): -4746221 or 1283255. OLE color: 1283255.

HSL color Cylindrical-coordinate representation of color #B79413: hue angle of 47.2º 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 #B79413 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 148 19 -
CMYK 0 0.19 0.90 0.28
HSL 47.2º 0.81% 0.4% -
HSV(B) 47.2º 0.9% 0.72% -
XYZ 30.24 31.29 5.06 -
YUV 143.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 183 148 19 0 0.19 0.90 0.28 47.2 0.81 0.4
Hex B7 94 13 0 13 5A 1C 2F 51 28
Octal 267 224 23 0 23 132 34 57 121 50
Binary 10110111 10010100 10011 0 10011 1011010 11100 101111 1010001 101000

Color Harmonies of #B79413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79413

Black with #B79413

Text Example


Text Example

White with #B79413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79413; }

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

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

background-color css

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

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

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

border-color css

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

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

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