Html Css Color HEX #B3883F Marigold

📋 copy color: '#B3883F'

red 179 ◦ green 136 ◦ blue 63

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

Shades of Marigold #B3883F

Tints of Marigold #B3883F

RGB

 RED value IS 179 (70.31% from 255) = 47.35%

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

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

R = 47.35%
G = 35.98%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3883F (or 0xB3883F) is known color: Marigold. HEX triplet: B3, 88 and 3F. RGB value is (179,136,63). Sum of RGB (Red+Green+Blue) = 179+136+63=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B3883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3883F is #4C77C0. Grayscale: #8C8C8C. Windows color (decimal): -5011393 or 4163763. OLE color: 4163763.

HSL color Cylindrical-coordinate representation of color #B3883F: hue angle of 37.76º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3883F is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 136 63 -
CMYK 0 0.24 0.65 0.30
HSL 37.76º 0.48% 0.47% -
HSV(B) 37.76º 0.65% 0.7% -
XYZ 28.29 27.55 8.53 -
YUV 140.54 84.25 155.44 -
System Red Green Blue C M Y K H S L
Decimal 179 136 63 0 0.24 0.65 0.30 37.76 0.48 0.47
Hex B3 88 3F 0 18 41 1E 26 30 2F
Octal 263 210 77 0 30 101 36 46 60 57
Binary 10110011 10001000 111111 0 11000 1000001 11110 100110 110000 101111

Color Harmonies of #B3883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3883F

Black with #B3883F

Text Example


Text Example

White with #B3883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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