#BD532D

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

Shades of Trinidad #BD532D

Tints of Trinidad #BD532D

Color information

#BD532D (or 0xBD532D) is unknown color: approx Trinidad. HEX triplet: BD, 53 and 2D. RGB value is (189,83,45). Sum of RGB (Red+Green+Blue) = 189+83+45=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD532D is #42ACD2. Grayscale: #6E6E6E. Windows color (decimal): -4369619 or 2970557. OLE color: 2970557.

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

Color convert

RGB1898345-
CMYK00.560.760.26
HSL15.83º61.54%45.88%-
HSV(B)15.83º76.19%74.12%-
XYZ24.5517.194.51-
YUV110.3691.12184.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.62%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 45 (17.97% from 255) = 14.20%
R=59.62%
G=26.18%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189834500.560.760.2615.8361.5445.88
HexBD532D0384C1A103e2e
Octal2751235507011432207656
Binary101111011010011101101011100010011001101010000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD532D; }

 p { color: rgb(189,83,45); }

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

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

 a { background-color: rgb(189,83,45); }

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

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

 span { border-color: rgb(189,83,45); }

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