Html Css Color HEX #B08240 Marigold

📋 copy color: '#B08240'

red 176 ◦ green 130 ◦ blue 64

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

Shades of Marigold #B08240

Tints of Marigold #B08240

RGB

 RED value IS 176 (69.14% from 255) = 47.57%

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

 BLUE value IS 64 (25.39% from 255) = 17.3%

R = 47.57%
G = 35.14%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B08240 (or 0xB08240) is known color: Marigold. HEX triplet: B0, 82 and 40. RGB value is (176,130,64). Sum of RGB (Red+Green+Blue) = 176+130+64=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B08240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08240 is #4F7DBF. Grayscale: #888888. Windows color (decimal): -5209536 or 4227760. OLE color: 4227760.

HSL color Cylindrical-coordinate representation of color #B08240: hue angle of 35.36º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B08240 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 130 64 -
CMYK 0 0.26 0.64 0.31
HSL 35.36º 0.47% 0.47% -
HSV(B) 35.36º 0.64% 0.69% -
XYZ 26.81 25.57 8.37 -
YUV 136.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 176 130 64 0 0.26 0.64 0.31 35.36 0.47 0.47
Hex B0 82 40 0 1A 40 1F 23 2F 2F
Octal 260 202 100 0 32 100 37 43 57 57
Binary 10110000 10000010 1000000 0 11010 1000000 11111 100011 101111 101111

Color Harmonies of #B08240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08240

Black with #B08240

Text Example


Text Example

White with #B08240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08240; }

 p { color: rgb(176,130,64); }

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

background-color css

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

 a { background-color: rgb(176,130,64); }

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

border-color css

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

 span { border-color: rgb(176,130,64); }

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