#BD4827

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

Shades of Trinidad #BD4827

Tints of Trinidad #BD4827

Color information

#BD4827 (or 0xBD4827) is unknown color: approx Trinidad. HEX triplet: BD, 48 and 27. RGB value is (189,72,39). Sum of RGB (Red+Green+Blue) = 189+72+39=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4827 is #42B7D8. Grayscale: #676767. Windows color (decimal): -4372441 or 2574525. OLE color: 2574525.

HSL color Cylindrical-coordinate representation of color #BD4827: hue angle of 13.2º degrees, saturation: 0.66, 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 #BD4827 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB1897239-
CMYK00.620.790.26
HSL13.2º65.79%44.71%-
HSV(B)13.2º79.37%74.12%-
XYZ23.6715.63.68-
YUV103.2291.76189.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63%
GREEN value IS 72 (28.52% from 255) = 24%
BLUE value IS 39 (15.62% from 255) = 13%
R=63%
G=24%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189723900.620.790.2613.265.7944.71
HexBD482703E4F1Ad422d
Octal27511047076117321510255
Binary101111011001000100111011111010011111101011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4827; }

 p { color: rgb(189,72,39); }

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

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

 a { background-color: rgb(189,72,39); }

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

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

 span { border-color: rgb(189,72,39); }

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