Html Css Color HEX #BD990D Buddha Gold

📋 copy color: '#BD990D'

red 189 ◦ green 153 ◦ blue 13

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

Shades of Buddha Gold #BD990D

Tints of Buddha Gold #BD990D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.1%

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

R = 53.24%
G = 43.1%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD990D (or 0xBD990D) is known color: Buddha Gold. HEX triplet: BD, 99 and 0D. RGB value is (189,153,13). Sum of RGB (Red+Green+Blue) = 189+153+13=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD990D is #4266F2. Grayscale: #949494. Windows color (decimal): -4351731 or 891325. OLE color: 891325.

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

Color convert

RGB 189 153 13 -
CMYK 0 0.19 0.93 0.26
HSL 47.73º 0.87% 0.4% -
HSV(B) 47.73º 0.93% 0.74% -
XYZ 32.45 33.63 5.16 -
YUV 147.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 189 153 13 0 0.19 0.93 0.26 47.73 0.87 0.4
Hex BD 99 D 0 13 5D 1A 30 57 28
Octal 275 231 15 0 23 135 32 60 127 50
Binary 10111101 10011001 1101 0 10011 1011101 11010 110000 1010111 101000

Color Harmonies of #BD990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD990D

Black with #BD990D

Text Example


Text Example

White with #BD990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD990D; }

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

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

background-color css

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

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

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

border-color css

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

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

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