Html Css Color HEX #B89416 Buddha Gold

📋 copy color: '#B89416'

red 184 ◦ green 148 ◦ blue 22

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

Shades of Buddha Gold #B89416

Tints of Buddha Gold #B89416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.81%

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

R = 51.98%
G = 41.81%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B89416 (or 0xB89416) is known color: Buddha Gold. HEX triplet: B8, 94 and 16. RGB value is (184,148,22). Sum of RGB (Red+Green+Blue) = 184+148+22=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B89416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89416 is #476BE9. Grayscale: #909090. Windows color (decimal): -4680682 or 1479864. OLE color: 1479864.

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

Color convert

RGB 184 148 22 -
CMYK 0 0.20 0.88 0.28
HSL 46.67º 0.79% 0.4% -
HSV(B) 46.67º 0.88% 0.72% -
XYZ 30.5 31.43 5.22 -
YUV 144.4 58.93 156.25 -
System Red Green Blue C M Y K H S L
Decimal 184 148 22 0 0.20 0.88 0.28 46.67 0.79 0.4
Hex B8 94 16 0 14 58 1C 2F 4F 28
Octal 270 224 26 0 24 130 34 57 117 50
Binary 10111000 10010100 10110 0 10100 1011000 11100 101111 1001111 101000

Color Harmonies of #B89416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89416

Black with #B89416

Text Example


Text Example

White with #B89416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89416; }

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

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

background-color css

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

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

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

border-color css

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

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

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