Html Css Color HEX #BD883F Marigold

📋 copy color: '#BD883F'

red 189 ◦ green 136 ◦ blue 63

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

Shades of Marigold #BD883F

Tints of Marigold #BD883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.05%

 BLUE value IS 63 (25% from 255) = 16.24%

R = 48.71%
G = 35.05%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BD883F (or 0xBD883F) is known color: Marigold. HEX triplet: BD, 88 and 3F. RGB value is (189,136,63). Sum of RGB (Red+Green+Blue) = 189+136+63=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD883F is #4277C0. Grayscale: #8F8F8F. Windows color (decimal): -4356033 or 4163773. OLE color: 4163773.

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

Color convert

RGB 189 136 63 -
CMYK 0 0.28 0.67 0.26
HSL 34.76º 0.5% 0.49% -
HSV(B) 34.76º 0.67% 0.74% -
XYZ 30.69 28.79 8.64 -
YUV 143.53 82.56 160.44 -
System Red Green Blue C M Y K H S L
Decimal 189 136 63 0 0.28 0.67 0.26 34.76 0.5 0.49
Hex BD 88 3F 0 1C 43 1A 23 32 31
Octal 275 210 77 0 34 103 32 43 62 61
Binary 10111101 10001000 111111 0 11100 1000011 11010 100011 110010 110001

Color Harmonies of #BD883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD883F

Black with #BD883F

Text Example


Text Example

White with #BD883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD883F; }

 p { color: rgb(189,136,63); }

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

background-color css

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

 a { background-color: rgb(189,136,63); }

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

border-color css

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

 span { border-color: rgb(189,136,63); }

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