Html Css Color HEX #B89811 Buddha Gold

📋 copy color: '#B89811'

red 184 ◦ green 152 ◦ blue 17

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

Shades of Buddha Gold #B89811

Tints of Buddha Gold #B89811

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.06%

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

R = 52.12%
G = 43.06%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B89811 (or 0xB89811) is known color: Buddha Gold. HEX triplet: B8, 98 and 11. RGB value is (184,152,17). Sum of RGB (Red+Green+Blue) = 184+152+17=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B89811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89811 is #4767EE. Grayscale: #929292. Windows color (decimal): -4679663 or 1153208. OLE color: 1153208.

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

Color convert

RGB 184 152 17 -
CMYK 0 0.17 0.91 0.28
HSL 48.5º 0.83% 0.39% -
HSV(B) 48.5º 0.91% 0.72% -
XYZ 31.1 32.69 5.2 -
YUV 146.18 55.1 154.98 -
System Red Green Blue C M Y K H S L
Decimal 184 152 17 0 0.17 0.91 0.28 48.5 0.83 0.39
Hex B8 98 11 0 11 5B 1C 31 53 27
Octal 270 230 21 0 21 133 34 61 123 47
Binary 10111000 10011000 10001 0 10001 1011011 11100 110001 1010011 100111

Color Harmonies of #B89811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89811

Black with #B89811

Text Example


Text Example

White with #B89811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89811; }

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

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

background-color css

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

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

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

border-color css

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

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

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