Html Css Color HEX #B99910 Buddha Gold

📋 copy color: '#B99910'

red 185 ◦ green 153 ◦ blue 16

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

Shades of Buddha Gold #B99910

Tints of Buddha Gold #B99910

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.22%

 BLUE value IS 16 (6.64% from 255) = 4.52%

R = 52.26%
G = 43.22%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B99910 (or 0xB99910) is known color: Buddha Gold. HEX triplet: B9, 99 and 10. RGB value is (185,153,16). Sum of RGB (Red+Green+Blue) = 185+153+16=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B99910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99910 is #4666EF. Grayscale: #939393. Windows color (decimal): -4613872 or 1087929. OLE color: 1087929.

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

Color convert

RGB 185 153 16 -
CMYK 0 0.17 0.91 0.27
HSL 48.64º 0.84% 0.39% -
HSV(B) 48.64º 0.91% 0.73% -
XYZ 31.49 33.13 5.23 -
YUV 146.95 54.1 155.14 -
System Red Green Blue C M Y K H S L
Decimal 185 153 16 0 0.17 0.91 0.27 48.64 0.84 0.39
Hex B9 99 10 0 11 5B 1B 31 54 27
Octal 271 231 20 0 21 133 33 61 124 47
Binary 10111001 10011001 10000 0 10001 1011011 11011 110001 1010100 100111

Color Harmonies of #B99910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99910

Black with #B99910

Text Example


Text Example

White with #B99910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99910; }

 p { color: rgb(185,153,16); }

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

background-color css

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

 a { background-color: rgb(185,153,16); }

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

border-color css

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

 span { border-color: rgb(185,153,16); }

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