Html Css Color HEX #B99811 Buddha Gold

📋 copy color: '#B99811'

red 185 ◦ green 152 ◦ blue 17

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

Shades of Buddha Gold #B99811

Tints of Buddha Gold #B99811

RGB

 RED value IS 185 (72.66% from 255) = 52.26%

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

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

R = 52.26%
G = 42.94%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B99811 (or 0xB99811) is known color: Buddha Gold. HEX triplet: B9, 98 and 11. RGB value is (185,152,17). Sum of RGB (Red+Green+Blue) = 185+152+17=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B99811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99811 is #4667EE. Grayscale: #939393. Windows color (decimal): -4614127 or 1153209. OLE color: 1153209.

HSL color Cylindrical-coordinate representation of color #B99811: hue angle of 48.21º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B99811 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 152 17 -
CMYK 0 0.18 0.91 0.27
HSL 48.21º 0.83% 0.4% -
HSV(B) 48.21º 0.91% 0.73% -
XYZ 31.34 32.81 5.21 -
YUV 146.48 54.93 155.48 -
System Red Green Blue C M Y K H S L
Decimal 185 152 17 0 0.18 0.91 0.27 48.21 0.83 0.4
Hex B9 98 11 0 12 5B 1B 30 53 28
Octal 271 230 21 0 22 133 33 60 123 50
Binary 10111001 10011000 10001 0 10010 1011011 11011 110000 1010011 101000

Color Harmonies of #B99811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99811

Black with #B99811

Text Example


Text Example

White with #B99811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99811; }

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

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

background-color css

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

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

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

border-color css

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

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

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