Html Css Color HEX #BC4828 Trinidad

📋 copy color: '#BC4828'

red 188 ◦ green 72 ◦ blue 40

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

Shades of Trinidad #BC4828

Tints of Trinidad #BC4828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 62.67%
G = 24%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC4828 (or 0xBC4828) is known color: Trinidad. HEX triplet: BC, 48 and 28. RGB value is (188,72,40). Sum of RGB (Red+Green+Blue) = 188+72+40=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4828 is #43B7D7. Grayscale: #676767. Windows color (decimal): -4437976 or 2640060. OLE color: 2640060.

HSL color Cylindrical-coordinate representation of color #BC4828: hue angle of 12.97º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC4828 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 40 -
CMYK 0 0.62 0.79 0.26
HSL 12.97º 0.65% 0.45% -
HSV(B) 12.97º 0.79% 0.74% -
XYZ 23.44 15.48 3.76 -
YUV 103.04 92.43 188.6 -
System Red Green Blue C M Y K H S L
Decimal 188 72 40 0 0.62 0.79 0.26 12.97 0.65 0.45
Hex BC 48 28 0 3E 4F 1A D 41 2D
Octal 274 110 50 0 76 117 32 15 101 55
Binary 10111100 1001000 101000 0 111110 1001111 11010 1101 1000001 101101

Color Harmonies of #BC4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4828

Black with #BC4828

Text Example


Text Example

White with #BC4828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4828; }

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

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

background-color css

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

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

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

border-color css

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

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

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