Html Css Color HEX #BB8943 Marigold

📋 copy color: '#BB8943'

red 187 ◦ green 137 ◦ blue 67

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

Shades of Marigold #BB8943

Tints of Marigold #BB8943

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.04%

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

R = 47.83%
G = 35.04%
B = 17.14%

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

#BB8943 (or 0xBB8943) is known color: Marigold. HEX triplet: BB, 89 and 43. RGB value is (187,137,67). Sum of RGB (Red+Green+Blue) = 187+137+67=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8943 is #4476BC. Grayscale: #909090. Windows color (decimal): -4486845 or 4426171. OLE color: 4426171.

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

Color convert

RGB 187 137 67 -
CMYK 0 0.27 0.64 0.27
HSL 35º 0.47% 0.5% -
HSV(B) 35º 0.64% 0.73% -
XYZ 30.45 28.86 9.28 -
YUV 143.97 84.57 158.69 -
System Red Green Blue C M Y K H S L
Decimal 187 137 67 0 0.27 0.64 0.27 35 0.47 0.5
Hex BB 89 43 0 1B 40 1B 23 2F 32
Octal 273 211 103 0 33 100 33 43 57 62
Binary 10111011 10001001 1000011 0 11011 1000000 11011 100011 101111 110010

Color Harmonies of #BB8943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8943

Black with #BB8943

Text Example


Text Example

White with #BB8943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8943; }

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

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

background-color css

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

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

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

border-color css

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

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

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