Html Css Color HEX #B99B19 Buddha Gold

📋 copy color: '#B99B19'

red 185 ◦ green 155 ◦ blue 25

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

Shades of Buddha Gold #B99B19

Tints of Buddha Gold #B99B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.85%

R = 50.68%
G = 42.47%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B99B19 (or 0xB99B19) is known color: Buddha Gold. HEX triplet: B9, 9B and 19. RGB value is (185,155,25). Sum of RGB (Red+Green+Blue) = 185+155+25=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99B19 is #4664E6. Grayscale: #959595. Windows color (decimal): -4613351 or 1678265. OLE color: 1678265.

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

Color convert

RGB 185 155 25 -
CMYK 0 0.16 0.86 0.27
HSL 48.75º 0.76% 0.41% -
HSV(B) 48.75º 0.86% 0.73% -
XYZ 31.9 33.83 5.77 -
YUV 149.15 57.94 153.57 -
System Red Green Blue C M Y K H S L
Decimal 185 155 25 0 0.16 0.86 0.27 48.75 0.76 0.41
Hex B9 9B 19 0 10 56 1B 31 4C 29
Octal 271 233 31 0 20 126 33 61 114 51
Binary 10111001 10011011 11001 0 10000 1010110 11011 110001 1001100 101001

Color Harmonies of #B99B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B19

Black with #B99B19

Text Example


Text Example

White with #B99B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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