Html Css Color HEX #B89513 Buddha Gold

📋 copy color: '#B89513'

red 184 ◦ green 149 ◦ blue 19

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

Shades of Buddha Gold #B89513

Tints of Buddha Gold #B89513

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.33%

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

R = 52.27%
G = 42.33%
B = 5.4%

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

#B89513 (or 0xB89513) is known color: Buddha Gold. HEX triplet: B8, 95 and 13. RGB value is (184,149,19). Sum of RGB (Red+Green+Blue) = 184+149+19=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 19 (7.81% from 255 or 5.40% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B89513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89513 is #476AEC. Grayscale: #919191. Windows color (decimal): -4680429 or 1283512. OLE color: 1283512.

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

Color convert

RGB 184 149 19 -
CMYK 0 0.19 0.90 0.28
HSL 47.27º 0.81% 0.4% -
HSV(B) 47.27º 0.9% 0.72% -
XYZ 30.63 31.73 5.13 -
YUV 144.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 184 149 19 0 0.19 0.90 0.28 47.27 0.81 0.4
Hex B8 95 13 0 13 5A 1C 2F 51 28
Octal 270 225 23 0 23 132 34 57 121 50
Binary 10111000 10010101 10011 0 10011 1011010 11100 101111 1010001 101000

Color Harmonies of #B89513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89513

Black with #B89513

Text Example


Text Example

White with #B89513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89513; }

 p { color: rgb(184,149,19); }

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

background-color css

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

 a { background-color: rgb(184,149,19); }

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

border-color css

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

 span { border-color: rgb(184,149,19); }

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