#BD4A23

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

Shades of Trinidad #BD4A23

Tints of Trinidad #BD4A23

Color information

#BD4A23 (or 0xBD4A23) is unknown color: approx Trinidad. HEX triplet: BD, 4A and 23. RGB value is (189,74,35). Sum of RGB (Red+Green+Blue) = 189+74+35=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4A23 is #42B5DC. Grayscale: #686868. Windows color (decimal): -4371933 or 2312893. OLE color: 2312893.

HSL color Cylindrical-coordinate representation of color #BD4A23: hue angle of 15.19º 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 #BD4A23 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB1897435-
CMYK00.610.810.26
HSL15.19º68.75%43.92%-
HSV(B)15.19º81.48%74.12%-
XYZ23.7415.843.4-
YUV103.9489.1188.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.42%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 35 (14.06% from 255) = 11.74%
R=63.42%
G=24.83%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189743500.610.810.2615.1968.7543.92
HexBD4A2303D511Af452c
Octal27511243075121321710554
Binary101111011001010100011011110110100011101011111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4A23; }

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

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

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

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

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

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

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

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