Html Css Color HEX #B08440 Marigold

📋 copy color: '#B08440'

red 176 ◦ green 132 ◦ blue 64

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

Shades of Marigold #B08440

Tints of Marigold #B08440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.48%

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

R = 47.31%
G = 35.48%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B08440 (or 0xB08440) is known color: Marigold. HEX triplet: B0, 84 and 40. RGB value is (176,132,64). Sum of RGB (Red+Green+Blue) = 176+132+64=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B08440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08440 is #4F7BBF. Grayscale: #898989. Windows color (decimal): -5209024 or 4228272. OLE color: 4228272.

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

Color convert

RGB 176 132 64 -
CMYK 0 0.25 0.64 0.31
HSL 36.43º 0.47% 0.47% -
HSV(B) 36.43º 0.64% 0.69% -
XYZ 27.08 26.1 8.46 -
YUV 137.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 176 132 64 0 0.25 0.64 0.31 36.43 0.47 0.47
Hex B0 84 40 0 19 40 1F 24 2F 2F
Octal 260 204 100 0 31 100 37 44 57 57
Binary 10110000 10000100 1000000 0 11001 1000000 11111 100100 101111 101111

Color Harmonies of #B08440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08440

Black with #B08440

Text Example


Text Example

White with #B08440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08440; }

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

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

background-color css

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

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

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

border-color css

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

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

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