Html Css Color HEX #BD9C17 Buddha Gold

📋 copy color: '#BD9C17'

red 189 ◦ green 156 ◦ blue 23

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

Shades of Buddha Gold #BD9C17

Tints of Buddha Gold #BD9C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.25%

R = 51.36%
G = 42.39%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BD9C17 (or 0xBD9C17) is known color: Buddha Gold. HEX triplet: BD, 9C and 17. RGB value is (189,156,23). Sum of RGB (Red+Green+Blue) = 189+156+23=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 23 (9.38% from 255 or 6.25% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9C17 is #4263E8. Grayscale: #979797. Windows color (decimal): -4350953 or 1547453. OLE color: 1547453.

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

Color convert

RGB 189 156 23 -
CMYK 0 0.17 0.88 0.26
HSL 48.07º 0.78% 0.42% -
HSV(B) 48.07º 0.88% 0.74% -
XYZ 33.03 34.66 5.76 -
YUV 150.71 55.93 155.31 -
System Red Green Blue C M Y K H S L
Decimal 189 156 23 0 0.17 0.88 0.26 48.07 0.78 0.42
Hex BD 9C 17 0 11 58 1A 30 4E 2A
Octal 275 234 27 0 21 130 32 60 116 52
Binary 10111101 10011100 10111 0 10001 1011000 11010 110000 1001110 101010

Color Harmonies of #BD9C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C17

Black with #BD9C17

Text Example


Text Example

White with #BD9C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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