Html Css Color HEX #BD950D Buddha Gold

📋 copy color: '#BD950D'

red 189 ◦ green 149 ◦ blue 13

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

Shades of Buddha Gold #BD950D

Tints of Buddha Gold #BD950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.45%

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 53.85%
G = 42.45%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD950D (or 0xBD950D) is known color: Buddha Gold. HEX triplet: BD, 95 and 0D. RGB value is (189,149,13). Sum of RGB (Red+Green+Blue) = 189+149+13=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD950D is #426AF2. Grayscale: #929292. Windows color (decimal): -4352755 or 890301. OLE color: 890301.

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

Color convert

RGB 189 149 13 -
CMYK 0 0.21 0.93 0.26
HSL 46.36º 0.87% 0.4% -
HSV(B) 46.36º 0.93% 0.74% -
XYZ 31.81 32.34 4.95 -
YUV 145.46 53.25 159.06 -
System Red Green Blue C M Y K H S L
Decimal 189 149 13 0 0.21 0.93 0.26 46.36 0.87 0.4
Hex BD 95 D 0 15 5D 1A 2E 57 28
Octal 275 225 15 0 25 135 32 56 127 50
Binary 10111101 10010101 1101 0 10101 1011101 11010 101110 1010111 101000

Color Harmonies of #BD950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD950D

Black with #BD950D

Text Example


Text Example

White with #BD950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD950D; }

 p { color: rgb(189,149,13); }

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

background-color css

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

 a { background-color: rgb(189,149,13); }

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

border-color css

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

 span { border-color: rgb(189,149,13); }

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