Html Css Color HEX #B38741 Marigold

📋 copy color: '#B38741'

red 179 ◦ green 135 ◦ blue 65

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

Shades of Marigold #B38741

Tints of Marigold #B38741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.15%

R = 47.23%
G = 35.62%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B38741 (or 0xB38741) is known color: Marigold. HEX triplet: B3, 87 and 41. RGB value is (179,135,65). Sum of RGB (Red+Green+Blue) = 179+135+65=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B38741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38741 is #4C78BE. Grayscale: #8C8C8C. Windows color (decimal): -5011647 or 4294579. OLE color: 4294579.

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

Color convert

RGB 179 135 65 -
CMYK 0 0.25 0.64 0.30
HSL 36.84º 0.47% 0.48% -
HSV(B) 36.84º 0.64% 0.7% -
XYZ 28.21 27.29 8.78 -
YUV 140.18 85.58 155.69 -
System Red Green Blue C M Y K H S L
Decimal 179 135 65 0 0.25 0.64 0.30 36.84 0.47 0.48
Hex B3 87 41 0 19 40 1E 25 2F 30
Octal 263 207 101 0 31 100 36 45 57 60
Binary 10110011 10000111 1000001 0 11001 1000000 11110 100101 101111 110000

Color Harmonies of #B38741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38741

Black with #B38741

Text Example


Text Example

White with #B38741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38741; }

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

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

background-color css

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

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

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

border-color css

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

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

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