Html Css Color HEX #B3873F Marigold

📋 copy color: '#B3873F'

red 179 ◦ green 135 ◦ blue 63

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

Shades of Marigold #B3873F

Tints of Marigold #B3873F

RGB

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

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

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

R = 47.48%
G = 35.81%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3873F (or 0xB3873F) is known color: Marigold. HEX triplet: B3, 87 and 3F. RGB value is (179,135,63). Sum of RGB (Red+Green+Blue) = 179+135+63=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3873F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3873F is #4C78C0. Grayscale: #8C8C8C. Windows color (decimal): -5011649 or 4163507. OLE color: 4163507.

HSL color Cylindrical-coordinate representation of color #B3873F: hue angle of 37.24º 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 #B3873F is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 63 -
CMYK 0 0.25 0.65 0.30
HSL 37.24º 0.48% 0.47% -
HSV(B) 37.24º 0.65% 0.7% -
XYZ 28.15 27.27 8.48 -
YUV 139.95 84.58 155.85 -
System Red Green Blue C M Y K H S L
Decimal 179 135 63 0 0.25 0.65 0.30 37.24 0.48 0.47
Hex B3 87 3F 0 19 41 1E 25 30 2F
Octal 263 207 77 0 31 101 36 45 60 57
Binary 10110011 10000111 111111 0 11001 1000001 11110 100101 110000 101111

Color Harmonies of #B3873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3873F

Black with #B3873F

Text Example


Text Example

White with #B3873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3873F; }

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

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

background-color css

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

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

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

border-color css

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

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

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