Html Css Color HEX #B2893D Marigold

📋 copy color: '#B2893D'

red 178 ◦ green 137 ◦ blue 61

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

Shades of Marigold #B2893D

Tints of Marigold #B2893D

RGB

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

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

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

R = 47.34%
G = 36.44%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B2893D (or 0xB2893D) is known color: Marigold. HEX triplet: B2, 89 and 3D. RGB value is (178,137,61). Sum of RGB (Red+Green+Blue) = 178+137+61=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2893D is #4D76C2. Grayscale: #8C8C8C. Windows color (decimal): -5076675 or 4032946. OLE color: 4032946.

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

Color convert

RGB 178 137 61 -
CMYK 0 0.23 0.66 0.30
HSL 38.97º 0.49% 0.47% -
HSV(B) 38.97º 0.66% 0.7% -
XYZ 28.15 27.69 8.28 -
YUV 140.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 178 137 61 0 0.23 0.66 0.30 38.97 0.49 0.47
Hex B2 89 3D 0 17 42 1E 27 31 2F
Octal 262 211 75 0 27 102 36 47 61 57
Binary 10110010 10001001 111101 0 10111 1000010 11110 100111 110001 101111

Color Harmonies of #B2893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2893D

Black with #B2893D

Text Example


Text Example

White with #B2893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2893D; }

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

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

background-color css

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

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

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

border-color css

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

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

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