Html Css Color HEX #B89713 Buddha Gold

📋 copy color: '#B89713'

red 184 ◦ green 151 ◦ blue 19

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

Shades of Buddha Gold #B89713

Tints of Buddha Gold #B89713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.66%

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

R = 51.98%
G = 42.66%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B89713 (or 0xB89713) is known color: Buddha Gold. HEX triplet: B8, 97 and 13. RGB value is (184,151,19). Sum of RGB (Red+Green+Blue) = 184+151+19=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B89713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89713 is #4768EC. Grayscale: #929292. Windows color (decimal): -4679917 or 1284024. OLE color: 1284024.

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

Color convert

RGB 184 151 19 -
CMYK 0 0.18 0.90 0.28
HSL 48º 0.81% 0.4% -
HSV(B) 48º 0.9% 0.72% -
XYZ 30.95 32.37 5.23 -
YUV 145.82 56.43 155.23 -
System Red Green Blue C M Y K H S L
Decimal 184 151 19 0 0.18 0.90 0.28 48 0.81 0.4
Hex B8 97 13 0 12 5A 1C 30 51 28
Octal 270 227 23 0 22 132 34 60 121 50
Binary 10111000 10010111 10011 0 10010 1011010 11100 110000 1010001 101000

Color Harmonies of #B89713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89713

Black with #B89713

Text Example


Text Example

White with #B89713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89713; }

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

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

background-color css

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

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

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

border-color css

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

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

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