Html Css Color HEX #BD863D Marigold

📋 copy color: '#BD863D'

red 189 ◦ green 134 ◦ blue 61

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

Shades of Marigold #BD863D

Tints of Marigold #BD863D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

 BLUE value IS 61 (24.22% from 255) = 15.89%

R = 49.22%
G = 34.9%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD863D (or 0xBD863D) is known color: Marigold. HEX triplet: BD, 86 and 3D. RGB value is (189,134,61). Sum of RGB (Red+Green+Blue) = 189+134+61=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 61 (24.22% from 255 or 15.89% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD863D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD863D is #4279C2. Grayscale: #8E8E8E. Windows color (decimal): -4356547 or 4032189. OLE color: 4032189.

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

Color convert

RGB 189 134 61 -
CMYK 0 0.29 0.68 0.26
HSL 34.22º 0.51% 0.49% -
HSV(B) 34.22º 0.68% 0.74% -
XYZ 30.35 28.21 8.26 -
YUV 142.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 189 134 61 0 0.29 0.68 0.26 34.22 0.51 0.49
Hex BD 86 3D 0 1D 44 1A 22 33 31
Octal 275 206 75 0 35 104 32 42 63 61
Binary 10111101 10000110 111101 0 11101 1000100 11010 100010 110011 110001

Color Harmonies of #BD863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD863D

Black with #BD863D

Text Example


Text Example

White with #BD863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD863D; }

 p { color: rgb(189,134,61); }

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

background-color css

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

 a { background-color: rgb(189,134,61); }

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

border-color css

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

 span { border-color: rgb(189,134,61); }

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