Html Css Color HEX #B4883C Marigold

📋 copy color: '#B4883C'

red 180 ◦ green 136 ◦ blue 60

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

Shades of Marigold #B4883C

Tints of Marigold #B4883C

RGB

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

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

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

R = 47.87%
G = 36.17%
B = 15.96%

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

#B4883C (or 0xB4883C) is known color: Marigold. HEX triplet: B4, 88 and 3C. RGB value is (180,136,60). Sum of RGB (Red+Green+Blue) = 180+136+60=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B4883C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4883C is #4B77C3. Grayscale: #8C8C8C. Windows color (decimal): -4945860 or 3967156. OLE color: 3967156.

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

Color convert

RGB 180 136 60 -
CMYK 0 0.24 0.67 0.29
HSL 38º 0.5% 0.47% -
HSV(B) 38º 0.67% 0.71% -
XYZ 28.44 27.64 8.11 -
YUV 140.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 180 136 60 0 0.24 0.67 0.29 38 0.5 0.47
Hex B4 88 3C 0 18 43 1D 26 32 2F
Octal 264 210 74 0 30 103 35 46 62 57
Binary 10110100 10001000 111100 0 11000 1000011 11101 100110 110010 101111

Color Harmonies of #B4883C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4883C

Black with #B4883C

Text Example


Text Example

White with #B4883C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4883C; }

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

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

background-color css

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

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

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

border-color css

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

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

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