Html Css Color HEX #B2883E Marigold

📋 copy color: '#B2883E'

red 178 ◦ green 136 ◦ blue 62

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

Shades of Marigold #B2883E

Tints of Marigold #B2883E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.49%

R = 47.34%
G = 36.17%
B = 16.49%

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

#B2883E (or 0xB2883E) is known color: Marigold. HEX triplet: B2, 88 and 3E. RGB value is (178,136,62). Sum of RGB (Red+Green+Blue) = 178+136+62=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 62 (24.61% from 255 or 16.49% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2883E is #4D77C1. Grayscale: #8C8C8C. Windows color (decimal): -5076930 or 4098226. OLE color: 4098226.

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

Color convert

RGB 178 136 62 -
CMYK 0 0.24 0.65 0.30
HSL 38.28º 0.48% 0.47% -
HSV(B) 38.28º 0.65% 0.7% -
XYZ 28.03 27.42 8.37 -
YUV 140.12 83.91 155.02 -
System Red Green Blue C M Y K H S L
Decimal 178 136 62 0 0.24 0.65 0.30 38.28 0.48 0.47
Hex B2 88 3E 0 18 41 1E 26 30 2F
Octal 262 210 76 0 30 101 36 46 60 57
Binary 10110010 10001000 111110 0 11000 1000001 11110 100110 110000 101111

Color Harmonies of #B2883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2883E

Black with #B2883E

Text Example


Text Example

White with #B2883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2883E; }

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

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

background-color css

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

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

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

border-color css

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

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

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