Html Css Color HEX #B99B16 Buddha Gold

📋 copy color: '#B99B16'

red 185 ◦ green 155 ◦ blue 22

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

Shades of Buddha Gold #B99B16

Tints of Buddha Gold #B99B16

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.82%

 BLUE value IS 22 (8.98% from 255) = 6.08%

R = 51.1%
G = 42.82%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B99B16 (or 0xB99B16) is known color: Buddha Gold. HEX triplet: B9, 9B and 16. RGB value is (185,155,22). Sum of RGB (Red+Green+Blue) = 185+155+22=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99B16 is #4664E9. Grayscale: #959595. Windows color (decimal): -4613354 or 1481657. OLE color: 1481657.

HSL color Cylindrical-coordinate representation of color #B99B16: hue angle of 48.96º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B99B16 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 155 22 -
CMYK 0 0.16 0.88 0.27
HSL 48.96º 0.79% 0.41% -
HSV(B) 48.96º 0.88% 0.73% -
XYZ 31.87 33.81 5.61 -
YUV 148.81 56.44 153.81 -
System Red Green Blue C M Y K H S L
Decimal 185 155 22 0 0.16 0.88 0.27 48.96 0.79 0.41
Hex B9 9B 16 0 10 58 1B 31 4F 29
Octal 271 233 26 0 20 130 33 61 117 51
Binary 10111001 10011011 10110 0 10000 1011000 11011 110001 1001111 101001

Color Harmonies of #B99B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B16

Black with #B99B16

Text Example


Text Example

White with #B99B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B16; }

 p { color: rgb(185,155,22); }

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

background-color css

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

 a { background-color: rgb(185,155,22); }

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

border-color css

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

 span { border-color: rgb(185,155,22); }

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