Html Css Color HEX #BC5431 Trinidad

📋 copy color: '#BC5431'

red 188 ◦ green 84 ◦ blue 49

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

Shades of Trinidad #BC5431

Tints of Trinidad #BC5431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 58.57%
G = 26.17%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC5431 (or 0xBC5431) is known color: Trinidad. HEX triplet: BC, 54 and 31. RGB value is (188,84,49). Sum of RGB (Red+Green+Blue) = 188+84+49=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5431 is #43ABCE. Grayscale: #6F6F6F. Windows color (decimal): -4434895 or 3232956. OLE color: 3232956.

HSL color Cylindrical-coordinate representation of color #BC5431: hue angle of 15.11º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC5431 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 49 -
CMYK 0 0.55 0.74 0.26
HSL 15.11º 0.59% 0.46% -
HSV(B) 15.11º 0.74% 0.74% -
XYZ 24.46 17.25 4.95 -
YUV 111.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 188 84 49 0 0.55 0.74 0.26 15.11 0.59 0.46
Hex BC 54 31 0 37 4A 1A F 3B 2E
Octal 274 124 61 0 67 112 32 17 73 56
Binary 10111100 1010100 110001 0 110111 1001010 11010 1111 111011 101110

Color Harmonies of #BC5431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5431

Black with #BC5431

Text Example


Text Example

White with #BC5431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5431; }

 p { color: rgb(188,84,49); }

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

background-color css

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

 a { background-color: rgb(188,84,49); }

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

border-color css

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

 span { border-color: rgb(188,84,49); }

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