Html Css Color HEX #BB8647 Marigold

📋 copy color: '#BB8647'

red 187 ◦ green 134 ◦ blue 71

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

Shades of Marigold #BB8647

Tints of Marigold #BB8647

RGB

 RED value IS 187 (73.44% from 255) = 47.7%

 GREEN value IS 134 (52.73% from 255) = 34.18%

 BLUE value IS 71 (28.13% from 255) = 18.11%

R = 47.7%
G = 34.18%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB8647 (or 0xBB8647) is known color: Marigold. HEX triplet: BB, 86 and 47. RGB value is (187,134,71). Sum of RGB (Red+Green+Blue) = 187+134+71=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8647 is #4479B8. Grayscale: #8E8E8E. Windows color (decimal): -4487609 or 4687547. OLE color: 4687547.

HSL color Cylindrical-coordinate representation of color #BB8647: hue angle of 32.59º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB8647 is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 134 71 -
CMYK 0 0.28 0.62 0.27
HSL 32.59º 0.46% 0.51% -
HSV(B) 32.59º 0.62% 0.73% -
XYZ 30.16 28.07 9.79 -
YUV 142.67 87.56 159.62 -
System Red Green Blue C M Y K H S L
Decimal 187 134 71 0 0.28 0.62 0.27 32.59 0.46 0.51
Hex BB 86 47 0 1C 3E 1B 21 2E 33
Octal 273 206 107 0 34 76 33 41 56 63
Binary 10111011 10000110 1000111 0 11100 111110 11011 100001 101110 110011

Color Harmonies of #BB8647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8647

Black with #BB8647

Text Example


Text Example

White with #BB8647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8647; }

 p { color: rgb(187,134,71); }

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

background-color css

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

 a { background-color: rgb(187,134,71); }

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

border-color css

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

 span { border-color: rgb(187,134,71); }

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