Html Css Color HEX #B38535 Marigold

📋 copy color: '#B38535'

red 179 ◦ green 133 ◦ blue 53

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

Shades of Marigold #B38535

Tints of Marigold #B38535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.44%

 BLUE value IS 53 (21.09% from 255) = 14.52%

R = 49.04%
G = 36.44%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B38535 (or 0xB38535) is known color: Marigold. HEX triplet: B3, 85 and 35. RGB value is (179,133,53). Sum of RGB (Red+Green+Blue) = 179+133+53=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B38535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38535 is #4C7ACA. Grayscale: #8A8A8A. Windows color (decimal): -5012171 or 3507635. OLE color: 3507635.

HSL color Cylindrical-coordinate representation of color #B38535: hue angle of 38.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B38535 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 133 53 -
CMYK 0 0.26 0.70 0.30
HSL 38.1º 0.54% 0.45% -
HSV(B) 38.1º 0.7% 0.7% -
XYZ 27.62 26.62 7.05 -
YUV 137.63 80.24 157.5 -
System Red Green Blue C M Y K H S L
Decimal 179 133 53 0 0.26 0.70 0.30 38.1 0.54 0.45
Hex B3 85 35 0 1A 46 1E 26 36 2D
Octal 263 205 65 0 32 106 36 46 66 55
Binary 10110011 10000101 110101 0 11010 1000110 11110 100110 110110 101101

Color Harmonies of #B38535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38535

Black with #B38535

Text Example


Text Example

White with #B38535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38535; }

 p { color: rgb(179,133,53); }

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

background-color css

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

 a { background-color: rgb(179,133,53); }

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

border-color css

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

 span { border-color: rgb(179,133,53); }

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