Html Css Color HEX #BC4626 Trinidad

📋 copy color: '#BC4626'

red 188 ◦ green 70 ◦ blue 38

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

Shades of Trinidad #BC4626

Tints of Trinidad #BC4626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.84%

R = 63.51%
G = 23.65%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC4626 (or 0xBC4626) is known color: Trinidad. HEX triplet: BC, 46 and 26. RGB value is (188,70,38). Sum of RGB (Red+Green+Blue) = 188+70+38=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4626 is #43B9D9. Grayscale: #656565. Windows color (decimal): -4438490 or 2508476. OLE color: 2508476.

HSL color Cylindrical-coordinate representation of color #BC4626: hue angle of 12.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC4626 is Cyan = 0, Magento = 0.63, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 70 38 -
CMYK 0 0.63 0.80 0.26
HSL 12.8º 0.66% 0.44% -
HSV(B) 12.8º 0.8% 0.74% -
XYZ 23.28 15.21 3.54 -
YUV 101.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 188 70 38 0 0.63 0.80 0.26 12.8 0.66 0.44
Hex BC 46 26 0 3F 50 1A D 42 2C
Octal 274 106 46 0 77 120 32 15 102 54
Binary 10111100 1000110 100110 0 111111 1010000 11010 1101 1000010 101100

Color Harmonies of #BC4626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4626

Black with #BC4626

Text Example


Text Example

White with #BC4626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4626; }

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

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

background-color css

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

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

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

border-color css

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

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

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