Html Css Color HEX #B89519 Buddha Gold

📋 copy color: '#B89519'

red 184 ◦ green 149 ◦ blue 25

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

Shades of Buddha Gold #B89519

Tints of Buddha Gold #B89519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.98%

R = 51.4%
G = 41.62%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B89519 (or 0xB89519) is known color: Buddha Gold. HEX triplet: B8, 95 and 19. RGB value is (184,149,25). Sum of RGB (Red+Green+Blue) = 184+149+25=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B89519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89519 is #476AE6. Grayscale: #919191. Windows color (decimal): -4680423 or 1676728. OLE color: 1676728.

HSL color Cylindrical-coordinate representation of color #B89519: hue angle of 46.79º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B89519 is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 149 25 -
CMYK 0 0.19 0.86 0.28
HSL 46.79º 0.76% 0.41% -
HSV(B) 46.79º 0.86% 0.72% -
XYZ 30.69 31.76 5.43 -
YUV 145.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 184 149 25 0 0.19 0.86 0.28 46.79 0.76 0.41
Hex B8 95 19 0 13 56 1C 2F 4C 29
Octal 270 225 31 0 23 126 34 57 114 51
Binary 10111000 10010101 11001 0 10011 1010110 11100 101111 1001100 101001

Color Harmonies of #B89519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89519

Black with #B89519

Text Example


Text Example

White with #B89519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89519; }

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

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

background-color css

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

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

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

border-color css

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

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

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