Html Css Color HEX #BD863A Marigold

📋 copy color: '#BD863A'

red 189 ◦ green 134 ◦ blue 58

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

Shades of Marigold #BD863A

Tints of Marigold #BD863A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.22%

R = 49.61%
G = 35.17%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD863A (or 0xBD863A) is known color: Marigold. HEX triplet: BD, 86 and 3A. RGB value is (189,134,58). Sum of RGB (Red+Green+Blue) = 189+134+58=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD863A is #4279C5. Grayscale: #8E8E8E. Windows color (decimal): -4356550 or 3835581. OLE color: 3835581.

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

Color convert

RGB 189 134 58 -
CMYK 0 0.29 0.69 0.26
HSL 34.81º 0.53% 0.48% -
HSV(B) 34.81º 0.69% 0.74% -
XYZ 30.28 28.17 7.85 -
YUV 141.78 80.72 161.68 -
System Red Green Blue C M Y K H S L
Decimal 189 134 58 0 0.29 0.69 0.26 34.81 0.53 0.48
Hex BD 86 3A 0 1D 45 1A 23 35 30
Octal 275 206 72 0 35 105 32 43 65 60
Binary 10111101 10000110 111010 0 11101 1000101 11010 100011 110101 110000

Color Harmonies of #BD863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD863A

Black with #BD863A

Text Example


Text Example

White with #BD863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD863A; }

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

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

background-color css

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

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

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

border-color css

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

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

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