Html Css Color HEX #BC502D Trinidad

📋 copy color: '#BC502D'

red 188 ◦ green 80 ◦ blue 45

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

Shades of Trinidad #BC502D

Tints of Trinidad #BC502D

RGB

 RED value IS 188 (73.83% from 255) = 60.06%

 GREEN value IS 80 (31.64% from 255) = 25.56%

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 60.06%
G = 25.56%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC502D (or 0xBC502D) is known color: Trinidad. HEX triplet: BC, 50 and 2D. RGB value is (188,80,45). Sum of RGB (Red+Green+Blue) = 188+80+45=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC502D is #43AFD2. Grayscale: #6C6C6C. Windows color (decimal): -4435923 or 2969788. OLE color: 2969788.

HSL color Cylindrical-coordinate representation of color #BC502D: hue angle of 14.69º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC502D is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 80 45 -
CMYK 0 0.57 0.76 0.26
HSL 14.69º 0.61% 0.46% -
HSV(B) 14.69º 0.76% 0.74% -
XYZ 24.08 16.62 4.42 -
YUV 108.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 188 80 45 0 0.57 0.76 0.26 14.69 0.61 0.46
Hex BC 50 2D 0 39 4C 1A F 3D 2E
Octal 274 120 55 0 71 114 32 17 75 56
Binary 10111100 1010000 101101 0 111001 1001100 11010 1111 111101 101110

Color Harmonies of #BC502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC502D

Black with #BC502D

Text Example


Text Example

White with #BC502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC502D; }

 p { color: rgb(188,80,45); }

 H1.HeaderClassName
 {
   color: #BC502D;
 }
 .AnyTagClassName
 {
   color: #BC502D;
 }
</style>

background-color css

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

 a { background-color: rgb(188,80,45); }

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

border-color css

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

 span { border-color: rgb(188,80,45); }

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