Html Css Color HEX #BB8843 Marigold

📋 copy color: '#BB8843'

red 187 ◦ green 136 ◦ blue 67

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

Shades of Marigold #BB8843

Tints of Marigold #BB8843

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.87%

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

R = 47.95%
G = 34.87%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB8843 (or 0xBB8843) is known color: Marigold. HEX triplet: BB, 88 and 43. RGB value is (187,136,67). Sum of RGB (Red+Green+Blue) = 187+136+67=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8843 is #4477BC. Grayscale: #8F8F8F. Windows color (decimal): -4487101 or 4425915. OLE color: 4425915.

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

Color convert

RGB 187 136 67 -
CMYK 0 0.27 0.64 0.27
HSL 34.5º 0.47% 0.5% -
HSV(B) 34.5º 0.64% 0.73% -
XYZ 30.31 28.58 9.23 -
YUV 143.38 84.9 159.11 -
System Red Green Blue C M Y K H S L
Decimal 187 136 67 0 0.27 0.64 0.27 34.5 0.47 0.5
Hex BB 88 43 0 1B 40 1B 22 2F 32
Octal 273 210 103 0 33 100 33 42 57 62
Binary 10111011 10001000 1000011 0 11011 1000000 11011 100010 101111 110010

Color Harmonies of #BB8843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8843

Black with #BB8843

Text Example


Text Example

White with #BB8843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8843; }

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

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

background-color css

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

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

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

border-color css

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

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

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