Html Css Color HEX #BD9C1D Buddha Gold

📋 copy color: '#BD9C1D'

red 189 ◦ green 156 ◦ blue 29

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

Shades of Buddha Gold #BD9C1D

Tints of Buddha Gold #BD9C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.75%

R = 50.53%
G = 41.71%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD9C1D (or 0xBD9C1D) is known color: Buddha Gold. HEX triplet: BD, 9C and 1D. RGB value is (189,156,29). Sum of RGB (Red+Green+Blue) = 189+156+29=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 156 (61.33% from 255 or 41.71% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9C1D is #4263E2. Grayscale: #979797. Windows color (decimal): -4350947 or 1940669. OLE color: 1940669.

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

Color convert

RGB 189 156 29 -
CMYK 0 0.17 0.85 0.26
HSL 47.63º 0.73% 0.43% -
HSV(B) 47.63º 0.85% 0.74% -
XYZ 33.1 34.68 6.11 -
YUV 151.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 189 156 29 0 0.17 0.85 0.26 47.63 0.73 0.43
Hex BD 9C 1D 0 11 55 1A 30 49 2B
Octal 275 234 35 0 21 125 32 60 111 53
Binary 10111101 10011100 11101 0 10001 1010101 11010 110000 1001001 101011

Color Harmonies of #BD9C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C1D

Black with #BD9C1D

Text Example


Text Example

White with #BD9C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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