Html Css Color HEX #B99019 Buddha Gold

📋 copy color: '#B99019'

red 185 ◦ green 144 ◦ blue 25

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

Shades of Buddha Gold #B99019

Tints of Buddha Gold #B99019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.68%

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

R = 52.26%
G = 40.68%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B99019 (or 0xB99019) is known color: Buddha Gold. HEX triplet: B9, 90 and 19. RGB value is (185,144,25). Sum of RGB (Red+Green+Blue) = 185+144+25=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B99019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99019 is #466FE6. Grayscale: #8F8F8F. Windows color (decimal): -4616167 or 1675449. OLE color: 1675449.

HSL color Cylindrical-coordinate representation of color #B99019: hue angle of 44.62º 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 #B99019 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 144 25 -
CMYK 0 0.22 0.86 0.27
HSL 44.63º 0.76% 0.41% -
HSV(B) 44.63º 0.86% 0.73% -
XYZ 30.16 30.33 5.18 -
YUV 142.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 185 144 25 0 0.22 0.86 0.27 44.63 0.76 0.41
Hex B9 90 19 0 16 56 1B 2D 4C 29
Octal 271 220 31 0 26 126 33 55 114 51
Binary 10111001 10010000 11001 0 10110 1010110 11011 101101 1001100 101001

Color Harmonies of #B99019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99019

Black with #B99019

Text Example


Text Example

White with #B99019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99019; }

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

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

background-color css

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

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

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

border-color css

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

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

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