Html Css Color HEX #B08143 Marigold

📋 copy color: '#B08143'

red 176 ◦ green 129 ◦ blue 67

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

Shades of Marigold #B08143

Tints of Marigold #B08143

RGB

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

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

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

R = 47.31%
G = 34.68%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B08143 (or 0xB08143) is known color: Marigold. HEX triplet: B0, 81 and 43. RGB value is (176,129,67). Sum of RGB (Red+Green+Blue) = 176+129+67=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B08143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08143 is #4F7EBC. Grayscale: #888888. Windows color (decimal): -5209789 or 4424112. OLE color: 4424112.

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

Color convert

RGB 176 129 67 -
CMYK 0 0.27 0.62 0.31
HSL 34.13º 0.45% 0.48% -
HSV(B) 34.13º 0.62% 0.69% -
XYZ 26.77 25.34 8.79 -
YUV 135.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 176 129 67 0 0.27 0.62 0.31 34.13 0.45 0.48
Hex B0 81 43 0 1B 3E 1F 22 2D 30
Octal 260 201 103 0 33 76 37 42 55 60
Binary 10110000 10000001 1000011 0 11011 111110 11111 100010 101101 110000

Color Harmonies of #B08143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08143

Black with #B08143

Text Example


Text Example

White with #B08143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08143; }

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

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

background-color css

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

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

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

border-color css

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

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

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