Html Css Color HEX #B79914 Buddha Gold

📋 copy color: '#B79914'

red 183 ◦ green 153 ◦ blue 20

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

Shades of Buddha Gold #B79914

Tints of Buddha Gold #B79914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

 BLUE value IS 20 (8.2% from 255) = 5.62%

R = 51.4%
G = 42.98%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B79914 (or 0xB79914) is known color: Buddha Gold. HEX triplet: B7, 99 and 14. RGB value is (183,153,20). Sum of RGB (Red+Green+Blue) = 183+153+20=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B79914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79914 is #4866EB. Grayscale: #939393. Windows color (decimal): -4744940 or 1350071. OLE color: 1350071.

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

Color convert

RGB 183 153 20 -
CMYK 0 0.16 0.89 0.28
HSL 48.96º 0.8% 0.4% -
HSV(B) 48.96º 0.89% 0.72% -
XYZ 31.05 32.9 5.38 -
YUV 146.81 56.44 153.81 -
System Red Green Blue C M Y K H S L
Decimal 183 153 20 0 0.16 0.89 0.28 48.96 0.8 0.4
Hex B7 99 14 0 10 59 1C 31 50 28
Octal 267 231 24 0 20 131 34 61 120 50
Binary 10110111 10011001 10100 0 10000 1011001 11100 110001 1010000 101000

Color Harmonies of #B79914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79914

Black with #B79914

Text Example


Text Example

White with #B79914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79914; }

 p { color: rgb(183,153,20); }

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

background-color css

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

 a { background-color: rgb(183,153,20); }

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

border-color css

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

 span { border-color: rgb(183,153,20); }

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