Html Css Color HEX #B38145 Marigold

📋 copy color: '#B38145'

red 179 ◦ green 129 ◦ blue 69

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

Shades of Marigold #B38145

Tints of Marigold #B38145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.3%

R = 47.48%
G = 34.22%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B38145 (or 0xB38145) is known color: Marigold. HEX triplet: B3, 81 and 45. RGB value is (179,129,69). Sum of RGB (Red+Green+Blue) = 179+129+69=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B38145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38145 is #4C7EBA. Grayscale: #898989. Windows color (decimal): -5013179 or 4555187. OLE color: 4555187.

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

Color convert

RGB 179 129 69 -
CMYK 0 0.28 0.61 0.30
HSL 32.73º 0.44% 0.49% -
HSV(B) 32.73º 0.61% 0.7% -
XYZ 27.51 25.71 9.14 -
YUV 137.11 89.57 157.88 -
System Red Green Blue C M Y K H S L
Decimal 179 129 69 0 0.28 0.61 0.30 32.73 0.44 0.49
Hex B3 81 45 0 1C 3D 1E 21 2C 31
Octal 263 201 105 0 34 75 36 41 54 61
Binary 10110011 10000001 1000101 0 11100 111101 11110 100001 101100 110001

Color Harmonies of #B38145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38145

Black with #B38145

Text Example


Text Example

White with #B38145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38145; }

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

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

background-color css

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

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

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

border-color css

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

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

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