Html Css Color HEX #B89313 Buddha Gold

📋 copy color: '#B89313'

red 184 ◦ green 147 ◦ blue 19

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

Shades of Buddha Gold #B89313

Tints of Buddha Gold #B89313

RGB

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

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

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

R = 52.57%
G = 42%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B89313 (or 0xB89313) is known color: Buddha Gold. HEX triplet: B8, 93 and 13. RGB value is (184,147,19). Sum of RGB (Red+Green+Blue) = 184+147+19=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B89313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89313 is #476CEC. Grayscale: #909090. Windows color (decimal): -4680941 or 1283000. OLE color: 1283000.

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

Color convert

RGB 184 147 19 -
CMYK 0 0.20 0.90 0.28
HSL 46.55º 0.81% 0.4% -
HSV(B) 46.55º 0.9% 0.72% -
XYZ 30.32 31.1 5.02 -
YUV 143.47 57.76 156.91 -
System Red Green Blue C M Y K H S L
Decimal 184 147 19 0 0.20 0.90 0.28 46.55 0.81 0.4
Hex B8 93 13 0 14 5A 1C 2F 51 28
Octal 270 223 23 0 24 132 34 57 121 50
Binary 10111000 10010011 10011 0 10100 1011010 11100 101111 1010001 101000

Color Harmonies of #B89313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89313

Black with #B89313

Text Example


Text Example

White with #B89313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89313; }

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

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

background-color css

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

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

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

border-color css

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

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

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