#BD4B22

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

Shades of Trinidad #BD4B22

Tints of Trinidad #BD4B22

Color information

#BD4B22 (or 0xBD4B22) is unknown color: approx Trinidad. HEX triplet: BD, 4B and 22. RGB value is (189,75,34). Sum of RGB (Red+Green+Blue) = 189+75+34=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B22 is #42B4DD. Grayscale: #686868. Windows color (decimal): -4371678 or 2247613. OLE color: 2247613.

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

Color convert

RGB1897534-
CMYK00.600.820.26
HSL15.87º69.51%43.73%-
HSV(B)15.87º82.01%74.12%-
XYZ23.7915.973.34-
YUV104.4188.27188.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.42%
GREEN value IS 75 (29.69% from 255) = 25.17%
BLUE value IS 34 (13.67% from 255) = 11.41%
R=63.42%
G=25.17%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189753400.600.820.2615.8769.5143.73
HexBD4B2203C521A10462c
Octal27511342074122322010654
Binary1011110110010111000100111100101001011010100001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B22; }

 p { color: rgb(189,75,34); }

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

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

 a { background-color: rgb(189,75,34); }

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

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

 span { border-color: rgb(189,75,34); }

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