Html Css Color HEX #B89310 Buddha Gold

📋 copy color: '#B89310'

red 184 ◦ green 147 ◦ blue 16

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

Shades of Buddha Gold #B89310

Tints of Buddha Gold #B89310

RGB

 RED value IS 184 (72.27% from 255) = 53.03%

 GREEN value IS 147 (57.81% from 255) = 42.36%

 BLUE value IS 16 (6.64% from 255) = 4.61%

R = 53.03%
G = 42.36%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B89310 (or 0xB89310) is known color: Buddha Gold. HEX triplet: B8, 93 and 10. RGB value is (184,147,16). Sum of RGB (Red+Green+Blue) = 184+147+16=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B89310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89310 is #476CEF. Grayscale: #8F8F8F. Windows color (decimal): -4680944 or 1086392. OLE color: 1086392.

HSL color Cylindrical-coordinate representation of color #B89310: hue angle of 46.79º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B89310 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 147 16 -
CMYK 0 0.20 0.91 0.28
HSL 46.79º 0.84% 0.39% -
HSV(B) 46.79º 0.91% 0.72% -
XYZ 30.29 31.1 4.9 -
YUV 143.13 56.26 157.15 -
System Red Green Blue C M Y K H S L
Decimal 184 147 16 0 0.20 0.91 0.28 46.79 0.84 0.39
Hex B8 93 10 0 14 5B 1C 2F 54 27
Octal 270 223 20 0 24 133 34 57 124 47
Binary 10111000 10010011 10000 0 10100 1011011 11100 101111 1010100 100111

Color Harmonies of #B89310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89310

Black with #B89310

Text Example


Text Example

White with #B89310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89310; }

 p { color: rgb(184,147,16); }

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

background-color css

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

 a { background-color: rgb(184,147,16); }

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

border-color css

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

 span { border-color: rgb(184,147,16); }

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