Html Css Color HEX #BD873C Marigold

📋 copy color: '#BD873C'

red 189 ◦ green 135 ◦ blue 60

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

Shades of Marigold #BD873C

Tints of Marigold #BD873C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.63%

R = 49.22%
G = 35.16%
B = 15.63%

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

#BD873C (or 0xBD873C) is known color: Marigold. HEX triplet: BD, 87 and 3C. RGB value is (189,135,60). Sum of RGB (Red+Green+Blue) = 189+135+60=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 60 (23.83% from 255 or 15.62% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD873C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD873C is #4278C3. Grayscale: #8E8E8E. Windows color (decimal): -4356292 or 3966909. OLE color: 3966909.

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

Color convert

RGB 189 135 60 -
CMYK 0 0.29 0.68 0.26
HSL 34.88º 0.52% 0.49% -
HSV(B) 34.88º 0.68% 0.74% -
XYZ 30.47 28.47 8.17 -
YUV 142.6 81.39 161.1 -
System Red Green Blue C M Y K H S L
Decimal 189 135 60 0 0.29 0.68 0.26 34.88 0.52 0.49
Hex BD 87 3C 0 1D 44 1A 23 34 31
Octal 275 207 74 0 35 104 32 43 64 61
Binary 10111101 10000111 111100 0 11101 1000100 11010 100011 110100 110001

Color Harmonies of #BD873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD873C

Black with #BD873C

Text Example


Text Example

White with #BD873C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD873C; }

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

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

background-color css

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

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

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

border-color css

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

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

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