Html Css Color HEX #BC4727 Trinidad

📋 copy color: '#BC4727'

red 188 ◦ green 71 ◦ blue 39

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

Shades of Trinidad #BC4727

Tints of Trinidad #BC4727

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.83%

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

R = 63.09%
G = 23.83%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC4727 (or 0xBC4727) is known color: Trinidad. HEX triplet: BC, 47 and 27. RGB value is (188,71,39). Sum of RGB (Red+Green+Blue) = 188+71+39=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4727 is #43B8D8. Grayscale: #666666. Windows color (decimal): -4438233 or 2574268. OLE color: 2574268.

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

Color convert

RGB 188 71 39 -
CMYK 0 0.62 0.79 0.26
HSL 12.89º 0.66% 0.45% -
HSV(B) 12.89º 0.79% 0.74% -
XYZ 23.36 15.34 3.65 -
YUV 102.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 188 71 39 0 0.62 0.79 0.26 12.89 0.66 0.45
Hex BC 47 27 0 3E 4F 1A D 42 2D
Octal 274 107 47 0 76 117 32 15 102 55
Binary 10111100 1000111 100111 0 111110 1001111 11010 1101 1000010 101101

Color Harmonies of #BC4727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4727

Black with #BC4727

Text Example


Text Example

White with #BC4727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4727; }

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

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

background-color css

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

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

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

border-color css

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

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

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