Html Css Color HEX #B89819 Buddha Gold

📋 copy color: '#B89819'

red 184 ◦ green 152 ◦ blue 25

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

Shades of Buddha Gold #B89819

Tints of Buddha Gold #B89819

RGB

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

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

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

R = 50.97%
G = 42.11%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B89819 (or 0xB89819) is known color: Buddha Gold. HEX triplet: B8, 98 and 19. RGB value is (184,152,25). Sum of RGB (Red+Green+Blue) = 184+152+25=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B89819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89819 is #4767E6. Grayscale: #939393. Windows color (decimal): -4679655 or 1677496. OLE color: 1677496.

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

Color convert

RGB 184 152 25 -
CMYK 0 0.17 0.86 0.28
HSL 47.92º 0.76% 0.41% -
HSV(B) 47.92º 0.86% 0.72% -
XYZ 31.17 32.72 5.59 -
YUV 147.09 59.1 154.33 -
System Red Green Blue C M Y K H S L
Decimal 184 152 25 0 0.17 0.86 0.28 47.92 0.76 0.41
Hex B8 98 19 0 11 56 1C 30 4C 29
Octal 270 230 31 0 21 126 34 60 114 51
Binary 10111000 10011000 11001 0 10001 1010110 11100 110000 1001100 101001

Color Harmonies of #B89819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89819

Black with #B89819

Text Example


Text Example

White with #B89819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89819; }

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

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

background-color css

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

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

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

border-color css

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

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

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