#BD502A

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

Shades of Trinidad #BD502A

Tints of Trinidad #BD502A

Color information

#BD502A (or 0xBD502A) is unknown color: approx Trinidad. HEX triplet: BD, 50 and 2A. RGB value is (189,80,42). Sum of RGB (Red+Green+Blue) = 189+80+42=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD502A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD502A is #42AFD5. Grayscale: #6C6C6C. Windows color (decimal): -4370390 or 2773181. OLE color: 2773181.

HSL color Cylindrical-coordinate representation of color #BD502A: hue angle of 15.51º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD502A is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB1898042-
CMYK00.580.780.26
HSL15.51º63.64%45.29%-
HSV(B)15.51º77.78%74.12%-
XYZ24.2716.724.14-
YUV108.2690.61185.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.77%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=60.77%
G=25.72%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189804200.580.780.2615.5163.6445.29
HexBD502A03A4E1A10402d
Octal27512052072116322010055
Binary1011110110100001010100111010100111011010100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD502A; }

 p { color: rgb(189,80,42); }

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

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

 a { background-color: rgb(189,80,42); }

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

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

 span { border-color: rgb(189,80,42); }

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