Html Css Color HEX #B89212 Buddha Gold

📋 copy color: '#B89212'

red 184 ◦ green 146 ◦ blue 18

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

Shades of Buddha Gold #B89212

Tints of Buddha Gold #B89212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.95%

 BLUE value IS 18 (7.42% from 255) = 5.17%

R = 52.87%
G = 41.95%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B89212 (or 0xB89212) is known color: Buddha Gold. HEX triplet: B8, 92 and 12. RGB value is (184,146,18). Sum of RGB (Red+Green+Blue) = 184+146+18=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B89212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89212 is #476DED. Grayscale: #8F8F8F. Windows color (decimal): -4681198 or 1217208. OLE color: 1217208.

HSL color Cylindrical-coordinate representation of color #B89212: hue angle of 46.27º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B89212 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 146 18 -
CMYK 0 0.21 0.90 0.28
HSL 46.27º 0.82% 0.4% -
HSV(B) 46.27º 0.9% 0.72% -
XYZ 30.16 30.79 4.93 -
YUV 142.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 184 146 18 0 0.21 0.90 0.28 46.27 0.82 0.4
Hex B8 92 12 0 15 5A 1C 2E 52 28
Octal 270 222 22 0 25 132 34 56 122 50
Binary 10111000 10010010 10010 0 10101 1011010 11100 101110 1010010 101000

Color Harmonies of #B89212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89212

Black with #B89212

Text Example


Text Example

White with #B89212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89212; }

 p { color: rgb(184,146,18); }

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

background-color css

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

 a { background-color: rgb(184,146,18); }

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

border-color css

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

 span { border-color: rgb(184,146,18); }

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