Html Css Color HEX #B3813A Marigold

📋 copy color: '#B3813A'

red 179 ◦ green 129 ◦ blue 58

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

Shades of Marigold #B3813A

Tints of Marigold #B3813A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.85%

R = 48.91%
G = 35.25%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B3813A (or 0xB3813A) is known color: Marigold. HEX triplet: B3, 81 and 3A. RGB value is (179,129,58). Sum of RGB (Red+Green+Blue) = 179+129+58=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 129 (50.78% from 255 or 35.25% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B3813A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3813A is #4C7EC5. Grayscale: #888888. Windows color (decimal): -5013190 or 3834291. OLE color: 3834291.

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

Color convert

RGB 179 129 58 -
CMYK 0 0.28 0.68 0.30
HSL 35.21º 0.51% 0.46% -
HSV(B) 35.21º 0.68% 0.7% -
XYZ 27.2 25.59 7.51 -
YUV 135.86 84.07 158.77 -
System Red Green Blue C M Y K H S L
Decimal 179 129 58 0 0.28 0.68 0.30 35.21 0.51 0.46
Hex B3 81 3A 0 1C 44 1E 23 33 2E
Octal 263 201 72 0 34 104 36 43 63 56
Binary 10110011 10000001 111010 0 11100 1000100 11110 100011 110011 101110

Color Harmonies of #B3813A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3813A

Black with #B3813A

Text Example


Text Example

White with #B3813A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3813A; }

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

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

background-color css

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

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

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

border-color css

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

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

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