Html Css Color HEX #B38043 Marigold

📋 copy color: '#B38043'

red 179 ◦ green 128 ◦ blue 67

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

Shades of Marigold #B38043

Tints of Marigold #B38043

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.22%

 BLUE value IS 67 (26.56% from 255) = 17.91%

R = 47.86%
G = 34.22%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B38043 (or 0xB38043) is known color: Marigold. HEX triplet: B3, 80 and 43. RGB value is (179,128,67). Sum of RGB (Red+Green+Blue) = 179+128+67=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B38043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38043 is #4C7FBC. Grayscale: #888888. Windows color (decimal): -5013437 or 4423859. OLE color: 4423859.

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

Color convert

RGB 179 128 67 -
CMYK 0 0.28 0.63 0.30
HSL 32.68º 0.46% 0.48% -
HSV(B) 32.68º 0.63% 0.7% -
XYZ 27.32 25.43 8.78 -
YUV 136.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 179 128 67 0 0.28 0.63 0.30 32.68 0.46 0.48
Hex B3 80 43 0 1C 3F 1E 21 2E 30
Octal 263 200 103 0 34 77 36 41 56 60
Binary 10110011 10000000 1000011 0 11100 111111 11110 100001 101110 110000

Color Harmonies of #B38043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38043

Black with #B38043

Text Example


Text Example

White with #B38043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38043; }

 p { color: rgb(179,128,67); }

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

background-color css

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

 a { background-color: rgb(179,128,67); }

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

border-color css

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

 span { border-color: rgb(179,128,67); }

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