Html Css Color HEX #BC5231 Trinidad

📋 copy color: '#BC5231'

red 188 ◦ green 82 ◦ blue 49

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

Shades of Trinidad #BC5231

Tints of Trinidad #BC5231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.71%

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

R = 58.93%
G = 25.71%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC5231 (or 0xBC5231) is known color: Trinidad. HEX triplet: BC, 52 and 31. RGB value is (188,82,49). Sum of RGB (Red+Green+Blue) = 188+82+49=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC5231 is #43ADCE. Grayscale: #6E6E6E. Windows color (decimal): -4435407 or 3232444. OLE color: 3232444.

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

Color convert

RGB 188 82 49 -
CMYK 0 0.56 0.74 0.26
HSL 14.24º 0.59% 0.46% -
HSV(B) 14.24º 0.74% 0.74% -
XYZ 24.31 16.95 4.9 -
YUV 109.93 93.62 183.68 -
System Red Green Blue C M Y K H S L
Decimal 188 82 49 0 0.56 0.74 0.26 14.24 0.59 0.46
Hex BC 52 31 0 38 4A 1A E 3B 2E
Octal 274 122 61 0 70 112 32 16 73 56
Binary 10111100 1010010 110001 0 111000 1001010 11010 1110 111011 101110

Color Harmonies of #BC5231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5231

Black with #BC5231

Text Example


Text Example

White with #BC5231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5231; }

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

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

background-color css

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

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

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

border-color css

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

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

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