Html Css Color HEX #B38742 Marigold

📋 copy color: '#B38742'

red 179 ◦ green 135 ◦ blue 66

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

Shades of Marigold #B38742

Tints of Marigold #B38742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.53%

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

R = 47.11%
G = 35.53%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B38742 (or 0xB38742) is known color: Marigold. HEX triplet: B3, 87 and 42. RGB value is (179,135,66). Sum of RGB (Red+Green+Blue) = 179+135+66=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B38742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38742 is #4C78BD. Grayscale: #8C8C8C. Windows color (decimal): -5011646 or 4360115. OLE color: 4360115.

HSL color Cylindrical-coordinate representation of color #B38742: hue angle of 36.64º 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 #B38742 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 66 -
CMYK 0 0.25 0.63 0.30
HSL 36.64º 0.46% 0.48% -
HSV(B) 36.64º 0.63% 0.7% -
XYZ 28.24 27.31 8.94 -
YUV 140.29 86.08 155.61 -
System Red Green Blue C M Y K H S L
Decimal 179 135 66 0 0.25 0.63 0.30 36.64 0.46 0.48
Hex B3 87 42 0 19 3F 1E 25 2E 30
Octal 263 207 102 0 31 77 36 45 56 60
Binary 10110011 10000111 1000010 0 11001 111111 11110 100101 101110 110000

Color Harmonies of #B38742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38742

Black with #B38742

Text Example


Text Example

White with #B38742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38742; }

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

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

background-color css

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

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

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

border-color css

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

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

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