Html Css Color HEX #BD970D Buddha Gold

📋 copy color: '#BD970D'

red 189 ◦ green 151 ◦ blue 13

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

Shades of Buddha Gold #BD970D

Tints of Buddha Gold #BD970D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.78%

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

R = 53.54%
G = 42.78%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD970D (or 0xBD970D) is known color: Buddha Gold. HEX triplet: BD, 97 and 0D. RGB value is (189,151,13). Sum of RGB (Red+Green+Blue) = 189+151+13=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD970D is #4268F2. Grayscale: #939393. Windows color (decimal): -4352243 or 890813. OLE color: 890813.

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

Color convert

RGB 189 151 13 -
CMYK 0 0.20 0.93 0.26
HSL 47.05º 0.87% 0.4% -
HSV(B) 47.05º 0.93% 0.74% -
XYZ 32.13 32.98 5.05 -
YUV 146.63 52.59 158.22 -
System Red Green Blue C M Y K H S L
Decimal 189 151 13 0 0.20 0.93 0.26 47.05 0.87 0.4
Hex BD 97 D 0 14 5D 1A 2F 57 28
Octal 275 227 15 0 24 135 32 57 127 50
Binary 10111101 10010111 1101 0 10100 1011101 11010 101111 1010111 101000

Color Harmonies of #BD970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD970D

Black with #BD970D

Text Example


Text Example

White with #BD970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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