Html Css Color HEX #BD9F19 Buddha Gold

📋 copy color: '#BD9F19'

red 189 ◦ green 159 ◦ blue 25

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

Shades of Buddha Gold #BD9F19

Tints of Buddha Gold #BD9F19

RGB

 RED value IS 189 (74.22% from 255) = 50.67%

 GREEN value IS 159 (62.5% from 255) = 42.63%

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

R = 50.67%
G = 42.63%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD9F19 (or 0xBD9F19) is known color: Buddha Gold. HEX triplet: BD, 9F and 19. RGB value is (189,159,25). Sum of RGB (Red+Green+Blue) = 189+159+25=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9F19 is #4260E6. Grayscale: #999999. Windows color (decimal): -4350183 or 1679293. OLE color: 1679293.

HSL color Cylindrical-coordinate representation of color #BD9F19: hue angle of 49.02º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD9F19 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 159 25 -
CMYK 0 0.16 0.87 0.26
HSL 49.02º 0.77% 0.42% -
HSV(B) 49.02º 0.87% 0.74% -
XYZ 33.56 35.69 6.04 -
YUV 152.69 55.94 153.9 -
System Red Green Blue C M Y K H S L
Decimal 189 159 25 0 0.16 0.87 0.26 49.02 0.77 0.42
Hex BD 9F 19 0 10 57 1A 31 4D 2A
Octal 275 237 31 0 20 127 32 61 115 52
Binary 10111101 10011111 11001 0 10000 1010111 11010 110001 1001101 101010

Color Harmonies of #BD9F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F19

Black with #BD9F19

Text Example


Text Example

White with #BD9F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F19; }

 p { color: rgb(189,159,25); }

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

background-color css

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

 a { background-color: rgb(189,159,25); }

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

border-color css

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

 span { border-color: rgb(189,159,25); }

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