Html Css Color HEX #BB8744 Marigold

📋 copy color: '#BB8744'

red 187 ◦ green 135 ◦ blue 68

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

Shades of Marigold #BB8744

Tints of Marigold #BB8744

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.62%

 BLUE value IS 68 (26.95% from 255) = 17.44%

R = 47.95%
G = 34.62%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB8744 (or 0xBB8744) is known color: Marigold. HEX triplet: BB, 87 and 44. RGB value is (187,135,68). Sum of RGB (Red+Green+Blue) = 187+135+68=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 68 (26.95% from 255 or 17.44% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8744 is #4478BB. Grayscale: #8F8F8F. Windows color (decimal): -4487356 or 4491195. OLE color: 4491195.

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

Color convert

RGB 187 135 68 -
CMYK 0 0.28 0.64 0.27
HSL 33.78º 0.47% 0.5% -
HSV(B) 33.78º 0.64% 0.73% -
XYZ 30.2 28.31 9.34 -
YUV 142.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 187 135 68 0 0.28 0.64 0.27 33.78 0.47 0.5
Hex BB 87 44 0 1C 40 1B 22 2F 32
Octal 273 207 104 0 34 100 33 42 57 62
Binary 10111011 10000111 1000100 0 11100 1000000 11011 100010 101111 110010

Color Harmonies of #BB8744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8744

Black with #BB8744

Text Example


Text Example

White with #BB8744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8744; }

 p { color: rgb(187,135,68); }

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

background-color css

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

 a { background-color: rgb(187,135,68); }

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

border-color css

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

 span { border-color: rgb(187,135,68); }

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