Html Css Color HEX #B3883D Marigold

📋 copy color: '#B3883D'

red 179 ◦ green 136 ◦ blue 61

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

Shades of Marigold #B3883D

Tints of Marigold #B3883D

RGB

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

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

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

R = 47.61%
G = 36.17%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3883D (or 0xB3883D) is known color: Marigold. HEX triplet: B3, 88 and 3D. RGB value is (179,136,61). Sum of RGB (Red+Green+Blue) = 179+136+61=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B3883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3883D is #4C77C2. Grayscale: #8C8C8C. Windows color (decimal): -5011395 or 4032691. OLE color: 4032691.

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

Color convert

RGB 179 136 61 -
CMYK 0 0.24 0.66 0.30
HSL 38.14º 0.49% 0.47% -
HSV(B) 38.14º 0.66% 0.7% -
XYZ 28.24 27.53 8.24 -
YUV 140.31 83.25 155.6 -
System Red Green Blue C M Y K H S L
Decimal 179 136 61 0 0.24 0.66 0.30 38.14 0.49 0.47
Hex B3 88 3D 0 18 42 1E 26 31 2F
Octal 263 210 75 0 30 102 36 46 61 57
Binary 10110011 10001000 111101 0 11000 1000010 11110 100110 110001 101111

Color Harmonies of #B3883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3883D

Black with #B3883D

Text Example


Text Example

White with #B3883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3883D; }

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

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

background-color css

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

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

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

border-color css

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

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

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