Html Css Color HEX #B4813C Marigold

📋 copy color: '#B4813C'

red 180 ◦ green 129 ◦ blue 60

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

Shades of Marigold #B4813C

Tints of Marigold #B4813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

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

R = 48.78%
G = 34.96%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B4813C (or 0xB4813C) is known color: Marigold. HEX triplet: B4, 81 and 3C. RGB value is (180,129,60). Sum of RGB (Red+Green+Blue) = 180+129+60=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4813C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4813C is #4B7EC3. Grayscale: #888888. Windows color (decimal): -4947652 or 3965364. OLE color: 3965364.

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

Color convert

RGB 180 129 60 -
CMYK 0 0.28 0.67 0.29
HSL 34.5º 0.5% 0.47% -
HSV(B) 34.5º 0.67% 0.71% -
XYZ 27.49 25.73 7.79 -
YUV 136.38 84.9 159.11 -
System Red Green Blue C M Y K H S L
Decimal 180 129 60 0 0.28 0.67 0.29 34.5 0.5 0.47
Hex B4 81 3C 0 1C 43 1D 22 32 2F
Octal 264 201 74 0 34 103 35 42 62 57
Binary 10110100 10000001 111100 0 11100 1000011 11101 100010 110010 101111

Color Harmonies of #B4813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4813C

Black with #B4813C

Text Example


Text Example

White with #B4813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4813C; }

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

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

background-color css

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

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

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

border-color css

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

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

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