Html Css Color HEX #B89117 Buddha Gold

📋 copy color: '#B89117'

red 184 ◦ green 145 ◦ blue 23

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

Shades of Buddha Gold #B89117

Tints of Buddha Gold #B89117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.53%

R = 52.27%
G = 41.19%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B89117 (or 0xB89117) is known color: Buddha Gold. HEX triplet: B8, 91 and 17. RGB value is (184,145,23). Sum of RGB (Red+Green+Blue) = 184+145+23=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B89117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89117 is #476EE8. Grayscale: #8F8F8F. Windows color (decimal): -4681449 or 1544632. OLE color: 1544632.

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

Color convert

RGB 184 145 23 -
CMYK 0 0.21 0.88 0.28
HSL 45.47º 0.78% 0.41% -
HSV(B) 45.47º 0.88% 0.72% -
XYZ 30.05 30.5 5.11 -
YUV 142.75 60.42 157.42 -
System Red Green Blue C M Y K H S L
Decimal 184 145 23 0 0.21 0.88 0.28 45.47 0.78 0.41
Hex B8 91 17 0 15 58 1C 2D 4E 29
Octal 270 221 27 0 25 130 34 55 116 51
Binary 10111000 10010001 10111 0 10101 1011000 11100 101101 1001110 101001

Color Harmonies of #B89117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89117

Black with #B89117

Text Example


Text Example

White with #B89117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89117; }

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

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

background-color css

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

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

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

border-color css

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

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

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