Html Css Color HEX #BC5028 Trinidad

📋 copy color: '#BC5028'

red 188 ◦ green 80 ◦ blue 40

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

Shades of Trinidad #BC5028

Tints of Trinidad #BC5028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 61.04%
G = 25.97%
B = 12.99%

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

#BC5028 (or 0xBC5028) is known color: Trinidad. HEX triplet: BC, 50 and 28. RGB value is (188,80,40). Sum of RGB (Red+Green+Blue) = 188+80+40=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5028 is #43AFD7. Grayscale: #6C6C6C. Windows color (decimal): -4435928 or 2642108. OLE color: 2642108.

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

Color convert

RGB 188 80 40 -
CMYK 0 0.57 0.79 0.26
HSL 16.22º 0.65% 0.45% -
HSV(B) 16.22º 0.79% 0.74% -
XYZ 23.99 16.58 3.94 -
YUV 107.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 188 80 40 0 0.57 0.79 0.26 16.22 0.65 0.45
Hex BC 50 28 0 39 4F 1A 10 41 2D
Octal 274 120 50 0 71 117 32 20 101 55
Binary 10111100 1010000 101000 0 111001 1001111 11010 10000 1000001 101101

Color Harmonies of #BC5028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5028

Black with #BC5028

Text Example


Text Example

White with #BC5028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5028; }

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

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

background-color css

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

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

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

border-color css

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

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

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