Html Css Color HEX #B89813 Buddha Gold

📋 copy color: '#B89813'

red 184 ◦ green 152 ◦ blue 19

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

Shades of Buddha Gold #B89813

Tints of Buddha Gold #B89813

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.82%

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

R = 51.83%
G = 42.82%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B89813 (or 0xB89813) is known color: Buddha Gold. HEX triplet: B8, 98 and 13. RGB value is (184,152,19). Sum of RGB (Red+Green+Blue) = 184+152+19=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B89813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89813 is #4767EC. Grayscale: #929292. Windows color (decimal): -4679661 or 1284280. OLE color: 1284280.

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

Color convert

RGB 184 152 19 -
CMYK 0 0.17 0.90 0.28
HSL 48.36º 0.81% 0.4% -
HSV(B) 48.36º 0.9% 0.72% -
XYZ 31.11 32.69 5.29 -
YUV 146.41 56.1 154.81 -
System Red Green Blue C M Y K H S L
Decimal 184 152 19 0 0.17 0.90 0.28 48.36 0.81 0.4
Hex B8 98 13 0 11 5A 1C 30 51 28
Octal 270 230 23 0 21 132 34 60 121 50
Binary 10111000 10011000 10011 0 10001 1011010 11100 110000 1010001 101000

Color Harmonies of #B89813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89813

Black with #B89813

Text Example


Text Example

White with #B89813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89813; }

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

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

background-color css

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

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

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

border-color css

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

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

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