Html Css Color HEX #B89211 Buddha Gold

📋 copy color: '#B89211'

red 184 ◦ green 146 ◦ blue 17

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

Shades of Buddha Gold #B89211

Tints of Buddha Gold #B89211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.9%

R = 53.03%
G = 42.07%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B89211 (or 0xB89211) is known color: Buddha Gold. HEX triplet: B8, 92 and 11. RGB value is (184,146,17). Sum of RGB (Red+Green+Blue) = 184+146+17=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B89211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89211 is #476DEE. Grayscale: #8F8F8F. Windows color (decimal): -4681199 or 1151672. OLE color: 1151672.

HSL color Cylindrical-coordinate representation of color #B89211: hue angle of 46.35º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B89211 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 146 17 -
CMYK 0 0.21 0.91 0.28
HSL 46.35º 0.83% 0.39% -
HSV(B) 46.35º 0.91% 0.72% -
XYZ 30.15 30.79 4.88 -
YUV 142.66 57.09 157.49 -
System Red Green Blue C M Y K H S L
Decimal 184 146 17 0 0.21 0.91 0.28 46.35 0.83 0.39
Hex B8 92 11 0 15 5B 1C 2E 53 27
Octal 270 222 21 0 25 133 34 56 123 47
Binary 10111000 10010010 10001 0 10101 1011011 11100 101110 1010011 100111

Color Harmonies of #B89211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89211

Black with #B89211

Text Example


Text Example

White with #B89211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89211; }

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

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

background-color css

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

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

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

border-color css

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

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

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