Html Css Color HEX #BC4425 Trinidad

📋 copy color: '#BC4425'

red 188 ◦ green 68 ◦ blue 37

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

Shades of Trinidad #BC4425

Tints of Trinidad #BC4425

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

 BLUE value IS 37 (14.84% from 255) = 12.63%

R = 64.16%
G = 23.21%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC4425 (or 0xBC4425) is known color: Trinidad. HEX triplet: BC, 44 and 25. RGB value is (188,68,37). Sum of RGB (Red+Green+Blue) = 188+68+37=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4425 is #43BBDA. Grayscale: #646464. Windows color (decimal): -4439003 or 2442428. OLE color: 2442428.

HSL color Cylindrical-coordinate representation of color #BC4425: hue angle of 12.32º degrees, saturation: 0.67, 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 #BC4425 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 37 -
CMYK 0 0.64 0.80 0.26
HSL 12.32º 0.67% 0.44% -
HSV(B) 12.32º 0.8% 0.74% -
XYZ 23.14 14.96 3.42 -
YUV 100.35 92.26 190.52 -
System Red Green Blue C M Y K H S L
Decimal 188 68 37 0 0.64 0.80 0.26 12.32 0.67 0.44
Hex BC 44 25 0 40 50 1A C 43 2C
Octal 274 104 45 0 100 120 32 14 103 54
Binary 10111100 1000100 100101 0 1000000 1010000 11010 1100 1000011 101100

Color Harmonies of #BC4425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4425

Black with #BC4425

Text Example


Text Example

White with #BC4425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4425; }

 p { color: rgb(188,68,37); }

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

background-color css

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

 a { background-color: rgb(188,68,37); }

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

border-color css

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

 span { border-color: rgb(188,68,37); }

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