Html Css Color HEX #B3813F Marigold

📋 copy color: '#B3813F'

red 179 ◦ green 129 ◦ blue 63

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

Shades of Marigold #B3813F

Tints of Marigold #B3813F

RGB

 RED value IS 179 (70.31% from 255) = 48.25%

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

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

R = 48.25%
G = 34.77%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3813F (or 0xB3813F) is known color: Marigold. HEX triplet: B3, 81 and 3F. RGB value is (179,129,63). Sum of RGB (Red+Green+Blue) = 179+129+63=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3813F is #4C7EC0. Grayscale: #888888. Windows color (decimal): -5013185 or 4161971. OLE color: 4161971.

HSL color Cylindrical-coordinate representation of color #B3813F: hue angle of 34.14º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3813F is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 129 63 -
CMYK 0 0.28 0.65 0.30
HSL 34.14º 0.48% 0.47% -
HSV(B) 34.14º 0.65% 0.7% -
XYZ 27.34 25.64 8.21 -
YUV 136.43 86.57 158.37 -
System Red Green Blue C M Y K H S L
Decimal 179 129 63 0 0.28 0.65 0.30 34.14 0.48 0.47
Hex B3 81 3F 0 1C 41 1E 22 30 2F
Octal 263 201 77 0 34 101 36 42 60 57
Binary 10110011 10000001 111111 0 11100 1000001 11110 100010 110000 101111

Color Harmonies of #B3813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3813F

Black with #B3813F

Text Example


Text Example

White with #B3813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3813F; }

 p { color: rgb(179,129,63); }

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

background-color css

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

 a { background-color: rgb(179,129,63); }

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

border-color css

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

 span { border-color: rgb(179,129,63); }

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