Html Css Color HEX #B4893C Marigold

📋 copy color: '#B4893C'

red 180 ◦ green 137 ◦ blue 60

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

Shades of Marigold #B4893C

Tints of Marigold #B4893C

RGB

 RED value IS 180 (70.7% from 255) = 47.75%

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

 BLUE value IS 60 (23.83% from 255) = 15.92%

R = 47.75%
G = 36.34%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4893C (or 0xB4893C) is known color: Marigold. HEX triplet: B4, 89 and 3C. RGB value is (180,137,60). Sum of RGB (Red+Green+Blue) = 180+137+60=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4893C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4893C is #4B76C3. Grayscale: #8D8D8D. Windows color (decimal): -4945604 or 3967412. OLE color: 3967412.

HSL color Cylindrical-coordinate representation of color #B4893C: hue angle of 38.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4893C is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 137 60 -
CMYK 0 0.24 0.67 0.29
HSL 38.5º 0.5% 0.47% -
HSV(B) 38.5º 0.67% 0.71% -
XYZ 28.58 27.92 8.16 -
YUV 141.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 180 137 60 0 0.24 0.67 0.29 38.5 0.5 0.47
Hex B4 89 3C 0 18 43 1D 26 32 2F
Octal 264 211 74 0 30 103 35 46 62 57
Binary 10110100 10001001 111100 0 11000 1000011 11101 100110 110010 101111

Color Harmonies of #B4893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4893C

Black with #B4893C

Text Example


Text Example

White with #B4893C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4893C; }

 p { color: rgb(180,137,60); }

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

background-color css

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

 a { background-color: rgb(180,137,60); }

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

border-color css

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

 span { border-color: rgb(180,137,60); }

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