Html Css Color HEX #BD863E Marigold

📋 copy color: '#BD863E'

red 189 ◦ green 134 ◦ blue 62

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

Shades of Marigold #BD863E

Tints of Marigold #BD863E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.1%

R = 49.09%
G = 34.81%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD863E (or 0xBD863E) is known color: Marigold. HEX triplet: BD, 86 and 3E. RGB value is (189,134,62). Sum of RGB (Red+Green+Blue) = 189+134+62=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD863E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD863E is #4279C1. Grayscale: #8E8E8E. Windows color (decimal): -4356546 or 4097725. OLE color: 4097725.

HSL color Cylindrical-coordinate representation of color #BD863E: hue angle of 34.02º degrees, saturation: 0.51, 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 #BD863E is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 134 62 -
CMYK 0 0.29 0.67 0.26
HSL 34.02º 0.51% 0.49% -
HSV(B) 34.02º 0.67% 0.74% -
XYZ 30.38 28.22 8.4 -
YUV 142.24 82.72 161.35 -
System Red Green Blue C M Y K H S L
Decimal 189 134 62 0 0.29 0.67 0.26 34.02 0.51 0.49
Hex BD 86 3E 0 1D 43 1A 22 33 31
Octal 275 206 76 0 35 103 32 42 63 61
Binary 10111101 10000110 111110 0 11101 1000011 11010 100010 110011 110001

Color Harmonies of #BD863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD863E

Black with #BD863E

Text Example


Text Example

White with #BD863E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD863E; }

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

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

background-color css

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

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

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

border-color css

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

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

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