Html Css Color HEX #B89113 Buddha Gold

📋 copy color: '#B89113'

red 184 ◦ green 145 ◦ blue 19

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

Shades of Buddha Gold #B89113

Tints of Buddha Gold #B89113

RGB

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

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

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

R = 52.87%
G = 41.67%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B89113 (or 0xB89113) is known color: Buddha Gold. HEX triplet: B8, 91 and 13. RGB value is (184,145,19). Sum of RGB (Red+Green+Blue) = 184+145+19=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B89113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89113 is #476EEC. Grayscale: #8E8E8E. Windows color (decimal): -4681453 or 1282488. OLE color: 1282488.

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

Color convert

RGB 184 145 19 -
CMYK 0 0.21 0.90 0.28
HSL 45.82º 0.81% 0.4% -
HSV(B) 45.82º 0.9% 0.72% -
XYZ 30.01 30.49 4.92 -
YUV 142.3 58.42 157.75 -
System Red Green Blue C M Y K H S L
Decimal 184 145 19 0 0.21 0.90 0.28 45.82 0.81 0.4
Hex B8 91 13 0 15 5A 1C 2E 51 28
Octal 270 221 23 0 25 132 34 56 121 50
Binary 10111000 10010001 10011 0 10101 1011010 11100 101110 1010001 101000

Color Harmonies of #B89113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89113

Black with #B89113

Text Example


Text Example

White with #B89113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89113; }

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

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

background-color css

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

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

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

border-color css

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

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

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