#BD532F

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

Shades of Trinidad #BD532F

Tints of Trinidad #BD532F

Color information

#BD532F (or 0xBD532F) is unknown color: approx Trinidad. HEX triplet: BD, 53 and 2F. RGB value is (189,83,47). Sum of RGB (Red+Green+Blue) = 189+83+47=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD532F is #42ACD0. Grayscale: #6E6E6E. Windows color (decimal): -4369617 or 3101629. OLE color: 3101629.

HSL color Cylindrical-coordinate representation of color #BD532F: hue angle of 15.21º degrees, saturation: 0.6, 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 #BD532F is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB1898347-
CMYK00.560.750.26
HSL15.21º60.17%46.27%-
HSV(B)15.21º75.13%74.12%-
XYZ24.5917.214.72-
YUV110.5992.12183.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.25%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 47 (18.75% from 255) = 14.73%
R=59.25%
G=26.02%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189834700.560.750.2615.2160.1746.27
HexBD532F0384B1Af3c2e
Octal2751235707011332177456
Binary10111101101001110111101110001001011110101111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD532F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD532F; }

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

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

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

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

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

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

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

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