Html Css Color HEX #BD843F Marigold

📋 copy color: '#BD843F'

red 189 ◦ green 132 ◦ blue 63

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

Shades of Marigold #BD843F

Tints of Marigold #BD843F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.38%

 BLUE value IS 63 (25% from 255) = 16.41%

R = 49.22%
G = 34.38%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD843F (or 0xBD843F) is known color: Marigold. HEX triplet: BD, 84 and 3F. RGB value is (189,132,63). Sum of RGB (Red+Green+Blue) = 189+132+63=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD843F is #427BC0. Grayscale: #8D8D8D. Windows color (decimal): -4357057 or 4162749. OLE color: 4162749.

HSL color Cylindrical-coordinate representation of color #BD843F: hue angle of 32.86º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD843F is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 132 63 -
CMYK 0 0.30 0.67 0.26
HSL 32.86º 0.5% 0.49% -
HSV(B) 32.86º 0.67% 0.74% -
XYZ 30.13 27.68 8.46 -
YUV 141.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 189 132 63 0 0.30 0.67 0.26 32.86 0.5 0.49
Hex BD 84 3F 0 1E 43 1A 21 32 31
Octal 275 204 77 0 36 103 32 41 62 61
Binary 10111101 10000100 111111 0 11110 1000011 11010 100001 110010 110001

Color Harmonies of #BD843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD843F

Black with #BD843F

Text Example


Text Example

White with #BD843F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD843F; }

 p { color: rgb(189,132,63); }

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

background-color css

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

 a { background-color: rgb(189,132,63); }

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

border-color css

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

 span { border-color: rgb(189,132,63); }

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