Html Css Color HEX #BC4825 Trinidad

📋 copy color: '#BC4825'

red 188 ◦ green 72 ◦ blue 37

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

Shades of Trinidad #BC4825

Tints of Trinidad #BC4825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

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

R = 63.3%
G = 24.24%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC4825 (or 0xBC4825) is known color: Trinidad. HEX triplet: BC, 48 and 25. RGB value is (188,72,37). Sum of RGB (Red+Green+Blue) = 188+72+37=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4825 is #43B7DA. Grayscale: #666666. Windows color (decimal): -4437979 or 2443452. OLE color: 2443452.

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

Color convert

RGB 188 72 37 -
CMYK 0 0.62 0.80 0.26
HSL 13.91º 0.67% 0.44% -
HSV(B) 13.91º 0.8% 0.74% -
XYZ 23.39 15.46 3.5 -
YUV 102.69 90.93 188.85 -
System Red Green Blue C M Y K H S L
Decimal 188 72 37 0 0.62 0.80 0.26 13.91 0.67 0.44
Hex BC 48 25 0 3E 50 1A E 43 2C
Octal 274 110 45 0 76 120 32 16 103 54
Binary 10111100 1001000 100101 0 111110 1010000 11010 1110 1000011 101100

Color Harmonies of #BC4825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4825

Black with #BC4825

Text Example


Text Example

White with #BC4825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4825; }

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

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

background-color css

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

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

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

border-color css

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

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

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