Html Css Color HEX #B89616 Buddha Gold

📋 copy color: '#B89616'

red 184 ◦ green 150 ◦ blue 22

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

Shades of Buddha Gold #B89616

Tints of Buddha Gold #B89616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.13%

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

R = 51.69%
G = 42.13%
B = 6.18%

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

#B89616 (or 0xB89616) is known color: Buddha Gold. HEX triplet: B8, 96 and 16. RGB value is (184,150,22). Sum of RGB (Red+Green+Blue) = 184+150+22=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B89616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89616 is #4769E9. Grayscale: #929292. Windows color (decimal): -4680170 or 1480376. OLE color: 1480376.

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

Color convert

RGB 184 150 22 -
CMYK 0 0.18 0.88 0.28
HSL 47.41º 0.79% 0.4% -
HSV(B) 47.41º 0.88% 0.72% -
XYZ 30.82 32.06 5.32 -
YUV 145.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 184 150 22 0 0.18 0.88 0.28 47.41 0.79 0.4
Hex B8 96 16 0 12 58 1C 2F 4F 28
Octal 270 226 26 0 22 130 34 57 117 50
Binary 10111000 10010110 10110 0 10010 1011000 11100 101111 1001111 101000

Color Harmonies of #B89616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89616

Black with #B89616

Text Example


Text Example

White with #B89616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89616; }

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

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

background-color css

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

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

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

border-color css

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

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

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