Html Css Color HEX #BB8543 Marigold

📋 copy color: '#BB8543'

red 187 ◦ green 133 ◦ blue 67

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

Shades of Marigold #BB8543

Tints of Marigold #BB8543

RGB

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

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

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

R = 48.32%
G = 34.37%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB8543 (or 0xBB8543) is known color: Marigold. HEX triplet: BB, 85 and 43. RGB value is (187,133,67). Sum of RGB (Red+Green+Blue) = 187+133+67=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8543 is #447ABC. Grayscale: #8D8D8D. Windows color (decimal): -4487869 or 4425147. OLE color: 4425147.

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

Color convert

RGB 187 133 67 -
CMYK 0 0.29 0.64 0.27
HSL 33º 0.47% 0.5% -
HSV(B) 33º 0.64% 0.73% -
XYZ 29.89 27.75 9.09 -
YUV 141.62 85.89 160.37 -
System Red Green Blue C M Y K H S L
Decimal 187 133 67 0 0.29 0.64 0.27 33 0.47 0.5
Hex BB 85 43 0 1D 40 1B 21 2F 32
Octal 273 205 103 0 35 100 33 41 57 62
Binary 10111011 10000101 1000011 0 11101 1000000 11011 100001 101111 110010

Color Harmonies of #BB8543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8543

Black with #BB8543

Text Example


Text Example

White with #BB8543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8543; }

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

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

background-color css

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

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

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

border-color css

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

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

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