Html Css Color HEX #BC4627 Trinidad

📋 copy color: '#BC4627'

red 188 ◦ green 70 ◦ blue 39

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

Shades of Trinidad #BC4627

Tints of Trinidad #BC4627

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.57%

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

R = 63.3%
G = 23.57%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC4627 (or 0xBC4627) is known color: Trinidad. HEX triplet: BC, 46 and 27. RGB value is (188,70,39). Sum of RGB (Red+Green+Blue) = 188+70+39=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4627 is #43B9D8. Grayscale: #656565. Windows color (decimal): -4438489 or 2574012. OLE color: 2574012.

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

Color convert

RGB 188 70 39 -
CMYK 0 0.63 0.79 0.26
HSL 12.48º 0.66% 0.45% -
HSV(B) 12.48º 0.79% 0.74% -
XYZ 23.3 15.22 3.63 -
YUV 101.75 92.59 189.52 -
System Red Green Blue C M Y K H S L
Decimal 188 70 39 0 0.63 0.79 0.26 12.48 0.66 0.45
Hex BC 46 27 0 3F 4F 1A C 42 2D
Octal 274 106 47 0 77 117 32 14 102 55
Binary 10111100 1000110 100111 0 111111 1001111 11010 1100 1000010 101101

Color Harmonies of #BC4627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4627

Black with #BC4627

Text Example


Text Example

White with #BC4627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4627; }

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

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

background-color css

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

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

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

border-color css

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

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

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