Html Css Color HEX #B4863F Marigold

📋 copy color: '#B4863F'

red 180 ◦ green 134 ◦ blue 63

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

Shades of Marigold #B4863F

Tints of Marigold #B4863F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 47.75%
G = 35.54%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B4863F (or 0xB4863F) is known color: Marigold. HEX triplet: B4, 86 and 3F. RGB value is (180,134,63). Sum of RGB (Red+Green+Blue) = 180+134+63=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4863F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4863F is #4B79C0. Grayscale: #8B8B8B. Windows color (decimal): -4946369 or 4163252. OLE color: 4163252.

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

Color convert

RGB 180 134 63 -
CMYK 0 0.26 0.65 0.29
HSL 36.41º 0.48% 0.48% -
HSV(B) 36.41º 0.65% 0.71% -
XYZ 28.24 27.11 8.45 -
YUV 139.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 180 134 63 0 0.26 0.65 0.29 36.41 0.48 0.48
Hex B4 86 3F 0 1A 41 1D 24 30 30
Octal 264 206 77 0 32 101 35 44 60 60
Binary 10110100 10000110 111111 0 11010 1000001 11101 100100 110000 110000

Color Harmonies of #B4863F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4863F

Black with #B4863F

Text Example


Text Example

White with #B4863F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4863F; }

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

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

background-color css

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

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

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

border-color css

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

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

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