Html Css Color HEX #BD873D Marigold

📋 copy color: '#BD873D'

red 189 ◦ green 135 ◦ blue 61

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

Shades of Marigold #BD873D

Tints of Marigold #BD873D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.06%

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

R = 49.09%
G = 35.06%
B = 15.84%

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

#BD873D (or 0xBD873D) is known color: Marigold. HEX triplet: BD, 87 and 3D. RGB value is (189,135,61). Sum of RGB (Red+Green+Blue) = 189+135+61=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD873D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD873D is #4278C2. Grayscale: #8F8F8F. Windows color (decimal): -4356291 or 4032445. OLE color: 4032445.

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

Color convert

RGB 189 135 61 -
CMYK 0 0.29 0.68 0.26
HSL 34.69º 0.51% 0.49% -
HSV(B) 34.69º 0.68% 0.74% -
XYZ 30.49 28.48 8.31 -
YUV 142.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 189 135 61 0 0.29 0.68 0.26 34.69 0.51 0.49
Hex BD 87 3D 0 1D 44 1A 23 33 31
Octal 275 207 75 0 35 104 32 43 63 61
Binary 10111101 10000111 111101 0 11101 1000100 11010 100011 110011 110001

Color Harmonies of #BD873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD873D

Black with #BD873D

Text Example


Text Example

White with #BD873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD873D; }

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

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

background-color css

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

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

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

border-color css

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

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

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