#BD4723

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

Shades of Trinidad #BD4723

Tints of Trinidad #BD4723

Color information

#BD4723 (or 0xBD4723) is unknown color: approx Trinidad. HEX triplet: BD, 47 and 23. RGB value is (189,71,35). Sum of RGB (Red+Green+Blue) = 189+71+35=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4723 is #42B8DC. Grayscale: #666666. Windows color (decimal): -4372701 or 2312125. OLE color: 2312125.

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

Color convert

RGB1897135-
CMYK00.620.810.26
HSL14.03º68.75%43.92%-
HSV(B)14.03º81.48%74.12%-
XYZ23.5415.453.33-
YUV102.1890.09189.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.07%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 35 (14.06% from 255) = 11.86%
R=64.07%
G=24.07%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189713500.620.810.2614.0368.7543.92
HexBD472303E511Ae452c
Octal27510743076121321610554
Binary101111011000111100011011111010100011101011101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4723; }

 p { color: rgb(189,71,35); }

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

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

 a { background-color: rgb(189,71,35); }

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

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

 span { border-color: rgb(189,71,35); }

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