Html Css Color HEX #B2883D Marigold

📋 copy color: '#B2883D'

red 178 ◦ green 136 ◦ blue 61

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

Shades of Marigold #B2883D

Tints of Marigold #B2883D

RGB

 RED value IS 178 (69.92% from 255) = 47.47%

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

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

R = 47.47%
G = 36.27%
B = 16.27%

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

#B2883D (or 0xB2883D) is known color: Marigold. HEX triplet: B2, 88 and 3D. RGB value is (178,136,61). Sum of RGB (Red+Green+Blue) = 178+136+61=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2883D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2883D is #4D77C2. Grayscale: #8C8C8C. Windows color (decimal): -5076931 or 4032690. OLE color: 4032690.

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

Color convert

RGB 178 136 61 -
CMYK 0 0.24 0.66 0.30
HSL 38.46º 0.49% 0.47% -
HSV(B) 38.46º 0.66% 0.7% -
XYZ 28.01 27.41 8.23 -
YUV 140.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 178 136 61 0 0.24 0.66 0.30 38.46 0.49 0.47
Hex B2 88 3D 0 18 42 1E 26 31 2F
Octal 262 210 75 0 30 102 36 46 61 57
Binary 10110010 10001000 111101 0 11000 1000010 11110 100110 110001 101111

Color Harmonies of #B2883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2883D

Black with #B2883D

Text Example


Text Example

White with #B2883D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2883D; }

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

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

background-color css

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

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

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

border-color css

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

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

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