#bf5532

Color #BF5532 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #BF5532

Tints of Trinidad #BF5532

Color information

#BF5532 (or 0xBF5532) is unknown color: approx Trinidad. HEX triplet: BF, 55 and 32. RGB value is (191,85,50). Sum of RGB (Red+Green+Blue) = 191+85+50=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5532 is #40AACD. Grayscale: #707070. Windows color (decimal): -4238030 or 3298751. OLE color: 3298751.

HSL color Cylindrical-coordinate representation of color #BF5532: hue angle of 14.89º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF5532 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1918550-
CMYK00.550.740.25
HSL14.89º58.51%47.25%-
HSV(B)14.89º73.82%74.9%-
XYZ25.3117.85.12-
YUV112.792.62183.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.59%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=58.59%
G=26.07%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191855000.550.740.2514.8958.5147.25
HexBF55320374A19f3b2f
Octal2771256206711231177357
Binary10111111101010111001001101111001010110011111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5532; }

 p { color: rgb(191,85,50); }

 H1.HeaderClassName
 {
   color: #bf5532;
 }
 .AnyTagClassName
 {
   color: #bf5532;
 }
</style>
background-color css

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

 a { background-color: rgb(191,85,50); }

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

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

 span { border-color: rgb(191,85,50); }

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