#BF4724

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

Shades of Trinidad #BF4724

Tints of Trinidad #BF4724

Color information

#BF4724 (or 0xBF4724) is unknown color: approx Trinidad. HEX triplet: BF, 47 and 24. RGB value is (191,71,36). Sum of RGB (Red+Green+Blue) = 191+71+36=298 (39% of max value = 765). Red value is 191 (75% from 255 or 64.09% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4724 is #40B8DB. Grayscale: #676767. Windows color (decimal): -4241628 or 2377663. OLE color: 2377663.

HSL color Cylindrical-coordinate representation of color #BF4724: hue angle of 13.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF4724 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB1917136-
CMYK00.630.810.25
HSL13.55º68.28%44.51%-
HSV(B)13.55º81.15%74.9%-
XYZ24.0615.713.43-
YUV102.8990.26190.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.09%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 36 (14.45% from 255) = 12.08%
R=64.09%
G=23.83%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191713600.630.810.2513.5568.2844.51
HexBF472403F5119e442d
Octal27710744077121311610455
Binary101111111000111100100011111110100011100111101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4724; }

 p { color: rgb(191,71,36); }

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

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

 a { background-color: rgb(191,71,36); }

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

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

 span { border-color: rgb(191,71,36); }

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