Html Css Color HEX #BC5027 Trinidad

📋 copy color: '#BC5027'

red 188 ◦ green 80 ◦ blue 39

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

Shades of Trinidad #BC5027

Tints of Trinidad #BC5027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.7%

R = 61.24%
G = 26.06%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC5027 (or 0xBC5027) is known color: Trinidad. HEX triplet: BC, 50 and 27. RGB value is (188,80,39). Sum of RGB (Red+Green+Blue) = 188+80+39=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5027 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5027 is #43AFD8. Grayscale: #6B6B6B. Windows color (decimal): -4435929 or 2576572. OLE color: 2576572.

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

Color convert

RGB 188 80 39 -
CMYK 0 0.57 0.79 0.26
HSL 16.51º 0.66% 0.45% -
HSV(B) 16.51º 0.79% 0.74% -
XYZ 23.97 16.58 3.86 -
YUV 107.62 89.28 185.33 -
System Red Green Blue C M Y K H S L
Decimal 188 80 39 0 0.57 0.79 0.26 16.51 0.66 0.45
Hex BC 50 27 0 39 4F 1A 11 42 2D
Octal 274 120 47 0 71 117 32 21 102 55
Binary 10111100 1010000 100111 0 111001 1001111 11010 10001 1000010 101101

Color Harmonies of #BC5027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5027

Black with #BC5027

Text Example


Text Example

White with #BC5027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5027; }

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

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

background-color css

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

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

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

border-color css

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

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

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