Html Css Color HEX #BC4D25 Trinidad

📋 copy color: '#BC4D25'

red 188 ◦ green 77 ◦ blue 37

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

Shades of Trinidad #BC4D25

Tints of Trinidad #BC4D25

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.5%

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

R = 62.25%
G = 25.5%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BC4D25 (or 0xBC4D25) is known color: Trinidad. HEX triplet: BC, 4D and 25. RGB value is (188,77,37). Sum of RGB (Red+Green+Blue) = 188+77+37=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4D25 is #43B2DA. Grayscale: #696969. Windows color (decimal): -4436699 or 2444732. OLE color: 2444732.

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

Color convert

RGB 188 77 37 -
CMYK 0 0.59 0.80 0.26
HSL 15.89º 0.67% 0.44% -
HSV(B) 15.89º 0.8% 0.74% -
XYZ 23.73 16.13 3.61 -
YUV 105.63 89.27 186.75 -
System Red Green Blue C M Y K H S L
Decimal 188 77 37 0 0.59 0.80 0.26 15.89 0.67 0.44
Hex BC 4D 25 0 3B 50 1A 10 43 2C
Octal 274 115 45 0 73 120 32 20 103 54
Binary 10111100 1001101 100101 0 111011 1010000 11010 10000 1000011 101100

Color Harmonies of #BC4D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D25

Black with #BC4D25

Text Example


Text Example

White with #BC4D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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