Html Css Color HEX #B38242 Marigold

📋 copy color: '#B38242'

red 179 ◦ green 130 ◦ blue 66

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

Shades of Marigold #B38242

Tints of Marigold #B38242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.67%

 BLUE value IS 66 (26.17% from 255) = 17.6%

R = 47.73%
G = 34.67%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B38242 (or 0xB38242) is known color: Marigold. HEX triplet: B3, 82 and 42. RGB value is (179,130,66). Sum of RGB (Red+Green+Blue) = 179+130+66=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B38242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38242 is #4C7DBD. Grayscale: #898989. Windows color (decimal): -5012926 or 4358835. OLE color: 4358835.

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

Color convert

RGB 179 130 66 -
CMYK 0 0.27 0.63 0.30
HSL 33.98º 0.46% 0.48% -
HSV(B) 33.98º 0.63% 0.7% -
XYZ 27.56 25.94 8.71 -
YUV 137.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 179 130 66 0 0.27 0.63 0.30 33.98 0.46 0.48
Hex B3 82 42 0 1B 3F 1E 22 2E 30
Octal 263 202 102 0 33 77 36 42 56 60
Binary 10110011 10000010 1000010 0 11011 111111 11110 100010 101110 110000

Color Harmonies of #B38242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38242

Black with #B38242

Text Example


Text Example

White with #B38242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38242; }

 p { color: rgb(179,130,66); }

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

background-color css

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

 a { background-color: rgb(179,130,66); }

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

border-color css

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

 span { border-color: rgb(179,130,66); }

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