Html Css Color HEX #BC4525 Trinidad

📋 copy color: '#BC4525'

red 188 ◦ green 69 ◦ blue 37

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

Shades of Trinidad #BC4525

Tints of Trinidad #BC4525

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

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

R = 63.95%
G = 23.47%
B = 12.59%

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

#BC4525 (or 0xBC4525) is known color: Trinidad. HEX triplet: BC, 45 and 25. RGB value is (188,69,37). Sum of RGB (Red+Green+Blue) = 188+69+37=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4525 is #43BADA. Grayscale: #656565. Windows color (decimal): -4438747 or 2442684. OLE color: 2442684.

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

Color convert

RGB 188 69 37 -
CMYK 0 0.63 0.80 0.26
HSL 12.72º 0.67% 0.44% -
HSV(B) 12.72º 0.8% 0.74% -
XYZ 23.2 15.08 3.44 -
YUV 100.93 91.92 190.1 -
System Red Green Blue C M Y K H S L
Decimal 188 69 37 0 0.63 0.80 0.26 12.72 0.67 0.44
Hex BC 45 25 0 3F 50 1A D 43 2C
Octal 274 105 45 0 77 120 32 15 103 54
Binary 10111100 1000101 100101 0 111111 1010000 11010 1101 1000011 101100

Color Harmonies of #BC4525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4525

Black with #BC4525

Text Example


Text Example

White with #BC4525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4525; }

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

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

background-color css

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

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

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

border-color css

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

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

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