Html Css Color HEX #BD9F10 Buddha Gold

📋 copy color: '#BD9F10'

red 189 ◦ green 159 ◦ blue 16

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

Shades of Buddha Gold #BD9F10

Tints of Buddha Gold #BD9F10

RGB

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

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

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

R = 51.92%
G = 43.68%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD9F10 (or 0xBD9F10) is known color: Buddha Gold. HEX triplet: BD, 9F and 10. RGB value is (189,159,16). Sum of RGB (Red+Green+Blue) = 189+159+16=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9F10 is #4260EF. Grayscale: #989898. Windows color (decimal): -4350192 or 1089469. OLE color: 1089469.

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

Color convert

RGB 189 159 16 -
CMYK 0 0.16 0.92 0.26
HSL 49.6º 0.84% 0.4% -
HSV(B) 49.6º 0.92% 0.74% -
XYZ 33.48 35.65 5.61 -
YUV 151.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 189 159 16 0 0.16 0.92 0.26 49.6 0.84 0.4
Hex BD 9F 10 0 10 5C 1A 32 54 28
Octal 275 237 20 0 20 134 32 62 124 50
Binary 10111101 10011111 10000 0 10000 1011100 11010 110010 1010100 101000

Color Harmonies of #BD9F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F10

Black with #BD9F10

Text Example


Text Example

White with #BD9F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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