Html Css Color HEX #B4883F Marigold

📋 copy color: '#B4883F'

red 180 ◦ green 136 ◦ blue 63

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

Shades of Marigold #B4883F

Tints of Marigold #B4883F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.62%

R = 47.49%
G = 35.88%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B4883F (or 0xB4883F) is known color: Marigold. HEX triplet: B4, 88 and 3F. RGB value is (180,136,63). Sum of RGB (Red+Green+Blue) = 180+136+63=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B4883F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4883F is #4B77C0. Grayscale: #8D8D8D. Windows color (decimal): -4945857 or 4163764. OLE color: 4163764.

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

Color convert

RGB 180 136 63 -
CMYK 0 0.24 0.65 0.29
HSL 37.44º 0.48% 0.48% -
HSV(B) 37.44º 0.65% 0.71% -
XYZ 28.52 27.67 8.54 -
YUV 140.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 180 136 63 0 0.24 0.65 0.29 37.44 0.48 0.48
Hex B4 88 3F 0 18 41 1D 25 30 30
Octal 264 210 77 0 30 101 35 45 60 60
Binary 10110100 10001000 111111 0 11000 1000001 11101 100101 110000 110000

Color Harmonies of #B4883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4883F

Black with #B4883F

Text Example


Text Example

White with #B4883F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4883F; }

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

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

background-color css

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

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

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

border-color css

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

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

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