Html Css Color HEX #BD502A Trinidad

📋 copy color: '#BD502A'

red 189 ◦ green 80 ◦ blue 42

#BD502A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #BD502A

Tints of Trinidad #BD502A

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.8% from 255) = 13.5%

R = 60.77%
G = 25.72%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD502A (or 0xBD502A) is known color: 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

RGB 189 80 42 -
CMYK 0 0.58 0.78 0.26
HSL 15.51º 0.64% 0.45% -
HSV(B) 15.51º 0.78% 0.74% -
XYZ 24.27 16.72 4.14 -
YUV 108.26 90.61 185.59 -
System Red Green Blue C M Y K H S L
Decimal 189 80 42 0 0.58 0.78 0.26 15.51 0.64 0.45
Hex BD 50 2A 0 3A 4E 1A 10 40 2D
Octal 275 120 52 0 72 116 32 20 100 55
Binary 10111101 1010000 101010 0 111010 1001110 11010 10000 1000000 101101

Color Harmonies of #BD502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD502A

Black with #BD502A

Text Example


Text Example

White with #BD502A

Text Example


Text Example

HTML Codes & Css Web 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>