#BD4D28

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

Shades of Trinidad #BD4D28

Tints of Trinidad #BD4D28

Color information

#BD4D28 (or 0xBD4D28) is unknown color: approx Trinidad. HEX triplet: BD, 4D and 28. RGB value is (189,77,40). Sum of RGB (Red+Green+Blue) = 189+77+40=306 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.76% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D28 is #42B2D7. Grayscale: #6A6A6A. Windows color (decimal): -4371160 or 2641341. OLE color: 2641341.

HSL color Cylindrical-coordinate representation of color #BD4D28: hue angle of 14.9º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD4D28 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB1897740-
CMYK00.590.790.26
HSL14.9º65.07%44.9%-
HSV(B)14.9º78.84%74.12%-
XYZ24.0216.283.88-
YUV106.2790.61187.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.76%
GREEN value IS 77 (30.47% from 255) = 25.16%
BLUE value IS 40 (16.02% from 255) = 13.07%
R=61.76%
G=25.16%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189774000.590.790.2614.965.0744.9
HexBD4D2803B4F1Af412d
Octal27511550073117321710155
Binary101111011001101101000011101110011111101011111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4D28; }

 p { color: rgb(189,77,40); }

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

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

 a { background-color: rgb(189,77,40); }

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

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

 span { border-color: rgb(189,77,40); }

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