Html Css Color HEX #B89119 Buddha Gold

📋 copy color: '#B89119'

red 184 ◦ green 145 ◦ blue 25

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

Shades of Buddha Gold #B89119

Tints of Buddha Gold #B89119

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.96%

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

R = 51.98%
G = 40.96%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B89119 (or 0xB89119) is known color: Buddha Gold. HEX triplet: B8, 91 and 19. RGB value is (184,145,25). Sum of RGB (Red+Green+Blue) = 184+145+25=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B89119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89119 is #476EE6. Grayscale: #8F8F8F. Windows color (decimal): -4681447 or 1675704. OLE color: 1675704.

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

Color convert

RGB 184 145 25 -
CMYK 0 0.21 0.86 0.28
HSL 45.28º 0.76% 0.41% -
HSV(B) 45.28º 0.86% 0.72% -
XYZ 30.07 30.51 5.22 -
YUV 142.98 61.42 157.26 -
System Red Green Blue C M Y K H S L
Decimal 184 145 25 0 0.21 0.86 0.28 45.28 0.76 0.41
Hex B8 91 19 0 15 56 1C 2D 4C 29
Octal 270 221 31 0 25 126 34 55 114 51
Binary 10111000 10010001 11001 0 10101 1010110 11100 101101 1001100 101001

Color Harmonies of #B89119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89119

Black with #B89119

Text Example


Text Example

White with #B89119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89119; }

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

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

background-color css

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

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

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

border-color css

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

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

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