Html Css Color HEX #B89716 Buddha Gold

📋 copy color: '#B89716'

red 184 ◦ green 151 ◦ blue 22

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

Shades of Buddha Gold #B89716

Tints of Buddha Gold #B89716

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.3%

 BLUE value IS 22 (8.98% from 255) = 6.16%

R = 51.54%
G = 42.3%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B89716 (or 0xB89716) is known color: Buddha Gold. HEX triplet: B8, 97 and 16. RGB value is (184,151,22). Sum of RGB (Red+Green+Blue) = 184+151+22=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B89716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89716 is #4768E9. Grayscale: #929292. Windows color (decimal): -4679914 or 1480632. OLE color: 1480632.

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

Color convert

RGB 184 151 22 -
CMYK 0 0.18 0.88 0.28
HSL 47.78º 0.79% 0.4% -
HSV(B) 47.78º 0.88% 0.72% -
XYZ 30.98 32.38 5.38 -
YUV 146.16 57.93 154.99 -
System Red Green Blue C M Y K H S L
Decimal 184 151 22 0 0.18 0.88 0.28 47.78 0.79 0.4
Hex B8 97 16 0 12 58 1C 30 4F 28
Octal 270 227 26 0 22 130 34 60 117 50
Binary 10111000 10010111 10110 0 10010 1011000 11100 110000 1001111 101000

Color Harmonies of #B89716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89716

Black with #B89716

Text Example


Text Example

White with #B89716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89716; }

 p { color: rgb(184,151,22); }

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

background-color css

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

 a { background-color: rgb(184,151,22); }

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

border-color css

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

 span { border-color: rgb(184,151,22); }

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