Html Css Color HEX #B89919 Buddha Gold

📋 copy color: '#B89919'

red 184 ◦ green 153 ◦ blue 25

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

Shades of Buddha Gold #B89919

Tints of Buddha Gold #B89919

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

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

R = 50.83%
G = 42.27%
B = 6.91%

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

#B89919 (or 0xB89919) is known color: Buddha Gold. HEX triplet: B8, 99 and 19. RGB value is (184,153,25). Sum of RGB (Red+Green+Blue) = 184+153+25=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B89919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89919 is #4766E6. Grayscale: #949494. Windows color (decimal): -4679399 or 1677752. OLE color: 1677752.

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

Color convert

RGB 184 153 25 -
CMYK 0 0.17 0.86 0.28
HSL 48.3º 0.76% 0.41% -
HSV(B) 48.3º 0.86% 0.72% -
XYZ 31.33 33.04 5.65 -
YUV 147.68 58.77 153.91 -
System Red Green Blue C M Y K H S L
Decimal 184 153 25 0 0.17 0.86 0.28 48.3 0.76 0.41
Hex B8 99 19 0 11 56 1C 30 4C 29
Octal 270 231 31 0 21 126 34 60 114 51
Binary 10111000 10011001 11001 0 10001 1010110 11100 110000 1001100 101001

Color Harmonies of #B89919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89919

Black with #B89919

Text Example


Text Example

White with #B89919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89919; }

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

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

background-color css

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

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

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

border-color css

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

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

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