#BF5330

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

Shades of Trinidad #BF5330

Tints of Trinidad #BF5330

Color information

#BF5330 (or 0xBF5330) is unknown color: approx Trinidad. HEX triplet: BF, 53 and 30. RGB value is (191,83,48). Sum of RGB (Red+Green+Blue) = 191+83+48=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5330 is #40ACCF. Grayscale: #6F6F6F. Windows color (decimal): -4238544 or 3167167. OLE color: 3167167.

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

Color convert

RGB1918348-
CMYK00.570.750.25
HSL14.69º59.83%46.86%-
HSV(B)14.69º74.87%74.9%-
XYZ25.1117.484.85-
YUV111.392.28184.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.32%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 48 (19.14% from 255) = 14.91%
R=59.32%
G=25.78%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191834800.570.750.2514.6959.8346.86
HexBF53300394B19f3c2f
Octal2771236007111331177457
Binary10111111101001111000001110011001011110011111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5330; }

 p { color: rgb(191,83,48); }

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

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

 a { background-color: rgb(191,83,48); }

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

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

 span { border-color: rgb(191,83,48); }

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