Html Css Color HEX #B89816 Buddha Gold

📋 copy color: '#B89816'

red 184 ◦ green 152 ◦ blue 22

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

Shades of Buddha Gold #B89816

Tints of Buddha Gold #B89816

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.46%

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

R = 51.4%
G = 42.46%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B89816 (or 0xB89816) is known color: Buddha Gold. HEX triplet: B8, 98 and 16. RGB value is (184,152,22). Sum of RGB (Red+Green+Blue) = 184+152+22=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B89816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89816 is #4767E9. Grayscale: #939393. Windows color (decimal): -4679658 or 1480888. OLE color: 1480888.

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

Color convert

RGB 184 152 22 -
CMYK 0 0.17 0.88 0.28
HSL 48.15º 0.79% 0.4% -
HSV(B) 48.15º 0.88% 0.72% -
XYZ 31.14 32.7 5.43 -
YUV 146.75 57.6 154.57 -
System Red Green Blue C M Y K H S L
Decimal 184 152 22 0 0.17 0.88 0.28 48.15 0.79 0.4
Hex B8 98 16 0 11 58 1C 30 4F 28
Octal 270 230 26 0 21 130 34 60 117 50
Binary 10111000 10011000 10110 0 10001 1011000 11100 110000 1001111 101000

Color Harmonies of #B89816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89816

Black with #B89816

Text Example


Text Example

White with #B89816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89816; }

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

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

background-color css

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

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

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

border-color css

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

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

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