Html Css Color HEX #B08243 Marigold

📋 copy color: '#B08243'

red 176 ◦ green 130 ◦ blue 67

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

Shades of Marigold #B08243

Tints of Marigold #B08243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.96%

R = 47.18%
G = 34.85%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B08243 (or 0xB08243) is known color: Marigold. HEX triplet: B0, 82 and 43. RGB value is (176,130,67). Sum of RGB (Red+Green+Blue) = 176+130+67=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B08243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08243 is #4F7DBC. Grayscale: #888888. Windows color (decimal): -5209533 or 4424368. OLE color: 4424368.

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

Color convert

RGB 176 130 67 -
CMYK 0 0.26 0.62 0.31
HSL 34.68º 0.45% 0.48% -
HSV(B) 34.68º 0.62% 0.69% -
XYZ 26.9 25.6 8.83 -
YUV 136.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 176 130 67 0 0.26 0.62 0.31 34.68 0.45 0.48
Hex B0 82 43 0 1A 3E 1F 23 2D 30
Octal 260 202 103 0 32 76 37 43 55 60
Binary 10110000 10000010 1000011 0 11010 111110 11111 100011 101101 110000

Color Harmonies of #B08243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08243

Black with #B08243

Text Example


Text Example

White with #B08243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08243; }

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

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

background-color css

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

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

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

border-color css

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

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

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