Html Css Color HEX #B89311 Buddha Gold

📋 copy color: '#B89311'

red 184 ◦ green 147 ◦ blue 17

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

Shades of Buddha Gold #B89311

Tints of Buddha Gold #B89311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

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

R = 52.87%
G = 42.24%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B89311 (or 0xB89311) is known color: Buddha Gold. HEX triplet: B8, 93 and 11. RGB value is (184,147,17). Sum of RGB (Red+Green+Blue) = 184+147+17=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B89311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89311 is #476CEE. Grayscale: #8F8F8F. Windows color (decimal): -4680943 or 1151928. OLE color: 1151928.

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

Color convert

RGB 184 147 17 -
CMYK 0 0.20 0.91 0.28
HSL 46.71º 0.83% 0.39% -
HSV(B) 46.71º 0.91% 0.72% -
XYZ 30.3 31.1 4.94 -
YUV 143.24 56.76 157.07 -
System Red Green Blue C M Y K H S L
Decimal 184 147 17 0 0.20 0.91 0.28 46.71 0.83 0.39
Hex B8 93 11 0 14 5B 1C 2F 53 27
Octal 270 223 21 0 24 133 34 57 123 47
Binary 10111000 10010011 10001 0 10100 1011011 11100 101111 1010011 100111

Color Harmonies of #B89311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89311

Black with #B89311

Text Example


Text Example

White with #B89311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89311; }

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

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

background-color css

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

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

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

border-color css

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

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

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