Html Css Color HEX #BC5029 Trinidad

📋 copy color: '#BC5029'

red 188 ◦ green 80 ◦ blue 41

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

Shades of Trinidad #BC5029

Tints of Trinidad #BC5029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.27%

R = 60.84%
G = 25.89%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC5029 (or 0xBC5029) is known color: Trinidad. HEX triplet: BC, 50 and 29. RGB value is (188,80,41). Sum of RGB (Red+Green+Blue) = 188+80+41=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5029 is #43AFD6. Grayscale: #6C6C6C. Windows color (decimal): -4435927 or 2707644. OLE color: 2707644.

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

Color convert

RGB 188 80 41 -
CMYK 0 0.57 0.78 0.26
HSL 15.92º 0.64% 0.45% -
HSV(B) 15.92º 0.78% 0.74% -
XYZ 24.01 16.59 4.03 -
YUV 107.85 90.28 185.17 -
System Red Green Blue C M Y K H S L
Decimal 188 80 41 0 0.57 0.78 0.26 15.92 0.64 0.45
Hex BC 50 29 0 39 4E 1A 10 40 2D
Octal 274 120 51 0 71 116 32 20 100 55
Binary 10111100 1010000 101001 0 111001 1001110 11010 10000 1000000 101101

Color Harmonies of #BC5029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5029

Black with #BC5029

Text Example


Text Example

White with #BC5029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5029; }

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

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

background-color css

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

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

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

border-color css

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

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

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