Html Css Color HEX #B4863C Marigold

📋 copy color: '#B4863C'

red 180 ◦ green 134 ◦ blue 60

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

Shades of Marigold #B4863C

Tints of Marigold #B4863C

RGB

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

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

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

R = 48.13%
G = 35.83%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4863C (or 0xB4863C) is known color: Marigold. HEX triplet: B4, 86 and 3C. RGB value is (180,134,60). Sum of RGB (Red+Green+Blue) = 180+134+60=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4863C is #4B79C3. Grayscale: #8B8B8B. Windows color (decimal): -4946372 or 3966644. OLE color: 3966644.

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

Color convert

RGB 180 134 60 -
CMYK 0 0.26 0.67 0.29
HSL 37º 0.5% 0.47% -
HSV(B) 37º 0.67% 0.71% -
XYZ 28.16 27.08 8.02 -
YUV 139.32 83.24 157.02 -
System Red Green Blue C M Y K H S L
Decimal 180 134 60 0 0.26 0.67 0.29 37 0.5 0.47
Hex B4 86 3C 0 1A 43 1D 25 32 2F
Octal 264 206 74 0 32 103 35 45 62 57
Binary 10110100 10000110 111100 0 11010 1000011 11101 100101 110010 101111

Color Harmonies of #B4863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4863C

Black with #B4863C

Text Example


Text Example

White with #B4863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4863C; }

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

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

background-color css

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

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

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

border-color css

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

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

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