#BD5030

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

Shades of Trinidad #BD5030

Tints of Trinidad #BD5030

Color information

#BD5030 (or 0xBD5030) is unknown color: approx Trinidad. HEX triplet: BD, 50 and 30. RGB value is (189,80,48). Sum of RGB (Red+Green+Blue) = 189+80+48=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5030 is #42AFCF. Grayscale: #6D6D6D. Windows color (decimal): -4370384 or 3166397. OLE color: 3166397.

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

Color convert

RGB1898048-
CMYK00.580.750.26
HSL13.62º59.49%46.47%-
HSV(B)13.62º74.6%74.12%-
XYZ24.3916.774.75-
YUV108.9493.61185.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.62%
GREEN value IS 80 (31.64% from 255) = 25.24%
BLUE value IS 48 (19.14% from 255) = 15.14%
R=59.62%
G=25.24%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189804800.580.750.2613.6259.4946.47
HexBD503003A4B1Ae3b2e
Octal2751206007211332167356
Binary10111101101000011000001110101001011110101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5030; }

 p { color: rgb(189,80,48); }

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

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

 a { background-color: rgb(189,80,48); }

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

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

 span { border-color: rgb(189,80,48); }

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