Html Css Color HEX #BD9C10 Buddha Gold

📋 copy color: '#BD9C10'

red 189 ◦ green 156 ◦ blue 16

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

Shades of Buddha Gold #BD9C10

Tints of Buddha Gold #BD9C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.21%

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

R = 52.35%
G = 43.21%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD9C10 (or 0xBD9C10) is known color: Buddha Gold. HEX triplet: BD, 9C and 10. RGB value is (189,156,16). Sum of RGB (Red+Green+Blue) = 189+156+16=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9C10 is #4263EF. Grayscale: #969696. Windows color (decimal): -4350960 or 1088701. OLE color: 1088701.

HSL color Cylindrical-coordinate representation of color #BD9C10: hue angle of 48.55º 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 #BD9C10 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 156 16 -
CMYK 0 0.17 0.92 0.26
HSL 48.55º 0.84% 0.4% -
HSV(B) 48.55º 0.92% 0.74% -
XYZ 32.97 34.63 5.44 -
YUV 149.91 52.43 155.88 -
System Red Green Blue C M Y K H S L
Decimal 189 156 16 0 0.17 0.92 0.26 48.55 0.84 0.4
Hex BD 9C 10 0 11 5C 1A 31 54 28
Octal 275 234 20 0 21 134 32 61 124 50
Binary 10111101 10011100 10000 0 10001 1011100 11010 110001 1010100 101000

Color Harmonies of #BD9C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C10

Black with #BD9C10

Text Example


Text Example

White with #BD9C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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