Html Css Color HEX #BB8546 Marigold

📋 copy color: '#BB8546'

red 187 ◦ green 133 ◦ blue 70

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

Shades of Marigold #BB8546

Tints of Marigold #BB8546

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

 BLUE value IS 70 (27.73% from 255) = 17.95%

R = 47.95%
G = 34.1%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB8546 (or 0xBB8546) is known color: Marigold. HEX triplet: BB, 85 and 46. RGB value is (187,133,70). Sum of RGB (Red+Green+Blue) = 187+133+70=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8546 is #447AB9. Grayscale: #8E8E8E. Windows color (decimal): -4487866 or 4621755. OLE color: 4621755.

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

Color convert

RGB 187 133 70 -
CMYK 0 0.29 0.63 0.27
HSL 32.31º 0.46% 0.5% -
HSV(B) 32.31º 0.63% 0.73% -
XYZ 29.99 27.78 9.58 -
YUV 141.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 187 133 70 0 0.29 0.63 0.27 32.31 0.46 0.5
Hex BB 85 46 0 1D 3F 1B 20 2E 32
Octal 273 205 106 0 35 77 33 40 56 62
Binary 10111011 10000101 1000110 0 11101 111111 11011 100000 101110 110010

Color Harmonies of #BB8546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8546

Black with #BB8546

Text Example


Text Example

White with #BB8546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8546; }

 p { color: rgb(187,133,70); }

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

background-color css

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

 a { background-color: rgb(187,133,70); }

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

border-color css

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

 span { border-color: rgb(187,133,70); }

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