Html Css Color HEX #B08140 Marigold

📋 copy color: '#B08140'

red 176 ◦ green 129 ◦ blue 64

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

Shades of Marigold #B08140

Tints of Marigold #B08140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.96%

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

R = 47.7%
G = 34.96%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B08140 (or 0xB08140) is known color: Marigold. HEX triplet: B0, 81 and 40. RGB value is (176,129,64). Sum of RGB (Red+Green+Blue) = 176+129+64=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B08140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08140 is #4F7EBF. Grayscale: #878787. Windows color (decimal): -5209792 or 4227504. OLE color: 4227504.

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

Color convert

RGB 176 129 64 -
CMYK 0 0.27 0.64 0.31
HSL 34.82º 0.47% 0.47% -
HSV(B) 34.82º 0.64% 0.69% -
XYZ 26.68 25.3 8.33 -
YUV 135.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 176 129 64 0 0.27 0.64 0.31 34.82 0.47 0.47
Hex B0 81 40 0 1B 40 1F 23 2F 2F
Octal 260 201 100 0 33 100 37 43 57 57
Binary 10110000 10000001 1000000 0 11011 1000000 11111 100011 101111 101111

Color Harmonies of #B08140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08140

Black with #B08140

Text Example


Text Example

White with #B08140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08140; }

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

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

background-color css

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

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

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

border-color css

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

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

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