Html Css Color HEX #B89016 Buddha Gold

📋 copy color: '#B89016'

red 184 ◦ green 144 ◦ blue 22

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

Shades of Buddha Gold #B89016

Tints of Buddha Gold #B89016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.14%

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

R = 52.57%
G = 41.14%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B89016 (or 0xB89016) is known color: Buddha Gold. HEX triplet: B8, 90 and 16. RGB value is (184,144,22). Sum of RGB (Red+Green+Blue) = 184+144+22=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B89016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89016 is #476FE9. Grayscale: #8E8E8E. Windows color (decimal): -4681706 or 1478840. OLE color: 1478840.

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

Color convert

RGB 184 144 22 -
CMYK 0 0.22 0.88 0.28
HSL 45.19º 0.79% 0.4% -
HSV(B) 45.19º 0.88% 0.72% -
XYZ 29.89 30.19 5.01 -
YUV 142.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 184 144 22 0 0.22 0.88 0.28 45.19 0.79 0.4
Hex B8 90 16 0 16 58 1C 2D 4F 28
Octal 270 220 26 0 26 130 34 55 117 50
Binary 10111000 10010000 10110 0 10110 1011000 11100 101101 1001111 101000

Color Harmonies of #B89016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89016

Black with #B89016

Text Example


Text Example

White with #B89016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89016; }

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

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

background-color css

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

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

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

border-color css

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

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

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