Html Css Color HEX #BE5231 Trinidad

📋 copy color: '#BE5231'

red 190 ◦ green 82 ◦ blue 49

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

Shades of Trinidad #BE5231

Tints of Trinidad #BE5231

RGB

 RED value IS 190 (74.61% from 255) = 59.19%

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

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

R = 59.19%
G = 25.55%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE5231 (or 0xBE5231) is known color: Trinidad. HEX triplet: BE, 52 and 31. RGB value is (190,82,49). Sum of RGB (Red+Green+Blue) = 190+82+49=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5231 is #41ADCE. Grayscale: #6E6E6E. Windows color (decimal): -4304335 or 3232446. OLE color: 3232446.

HSL color Cylindrical-coordinate representation of color #BE5231: hue angle of 14.04º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE5231 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 82 49 -
CMYK 0 0.57 0.74 0.25
HSL 14.04º 0.59% 0.47% -
HSV(B) 14.04º 0.74% 0.75% -
XYZ 24.81 17.2 4.92 -
YUV 110.53 93.28 184.68 -
System Red Green Blue C M Y K H S L
Decimal 190 82 49 0 0.57 0.74 0.25 14.04 0.59 0.47
Hex BE 52 31 0 39 4A 19 E 3B 2F
Octal 276 122 61 0 71 112 31 16 73 57
Binary 10111110 1010010 110001 0 111001 1001010 11001 1110 111011 101111

Color Harmonies of #BE5231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5231

Black with #BE5231

Text Example


Text Example

White with #BE5231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5231; }

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

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

background-color css

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

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

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

border-color css

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

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

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