Html Css Color HEX #B2893E Marigold

📋 copy color: '#B2893E'

red 178 ◦ green 137 ◦ blue 62

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

Shades of Marigold #B2893E

Tints of Marigold #B2893E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.34%

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

R = 47.21%
G = 36.34%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B2893E (or 0xB2893E) is known color: Marigold. HEX triplet: B2, 89 and 3E. RGB value is (178,137,62). Sum of RGB (Red+Green+Blue) = 178+137+62=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B2893E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2893E is #4D76C1. Grayscale: #8D8D8D. Windows color (decimal): -5076674 or 4098482. OLE color: 4098482.

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

Color convert

RGB 178 137 62 -
CMYK 0 0.23 0.65 0.30
HSL 38.79º 0.48% 0.47% -
HSV(B) 38.79º 0.65% 0.7% -
XYZ 28.18 27.7 8.42 -
YUV 140.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 178 137 62 0 0.23 0.65 0.30 38.79 0.48 0.47
Hex B2 89 3E 0 17 41 1E 27 30 2F
Octal 262 211 76 0 27 101 36 47 60 57
Binary 10110010 10001001 111110 0 10111 1000001 11110 100111 110000 101111

Color Harmonies of #B2893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2893E

Black with #B2893E

Text Example


Text Example

White with #B2893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2893E; }

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

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

background-color css

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

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

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

border-color css

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

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

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