Html Css Color HEX #B89511 Buddha Gold

📋 copy color: '#B89511'

red 184 ◦ green 149 ◦ blue 17

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

Shades of Buddha Gold #B89511

Tints of Buddha Gold #B89511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

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

R = 52.57%
G = 42.57%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B89511 (or 0xB89511) is known color: Buddha Gold. HEX triplet: B8, 95 and 11. RGB value is (184,149,17). Sum of RGB (Red+Green+Blue) = 184+149+17=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B89511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89511 is #476AEE. Grayscale: #909090. Windows color (decimal): -4680431 or 1152440. OLE color: 1152440.

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

Color convert

RGB 184 149 17 -
CMYK 0 0.19 0.91 0.28
HSL 47.43º 0.83% 0.39% -
HSV(B) 47.43º 0.91% 0.72% -
XYZ 30.62 31.73 5.04 -
YUV 144.42 56.1 156.23 -
System Red Green Blue C M Y K H S L
Decimal 184 149 17 0 0.19 0.91 0.28 47.43 0.83 0.39
Hex B8 95 11 0 13 5B 1C 2F 53 27
Octal 270 225 21 0 23 133 34 57 123 47
Binary 10111000 10010101 10001 0 10011 1011011 11100 101111 1010011 100111

Color Harmonies of #B89511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89511

Black with #B89511

Text Example


Text Example

White with #B89511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89511; }

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

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

background-color css

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

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

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

border-color css

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

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

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