Html Css Color HEX #BE5129 Trinidad

📋 copy color: '#BE5129'

red 190 ◦ green 81 ◦ blue 41

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

Shades of Trinidad #BE5129

Tints of Trinidad #BE5129

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.96%

 BLUE value IS 41 (16.41% from 255) = 13.14%

R = 60.9%
G = 25.96%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE5129 (or 0xBE5129) is known color: Trinidad. HEX triplet: BE, 51 and 29. RGB value is (190,81,41). Sum of RGB (Red+Green+Blue) = 190+81+41=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5129 is #41AED6. Grayscale: #6D6D6D. Windows color (decimal): -4304599 or 2707902. OLE color: 2707902.

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

Color convert

RGB 190 81 41 -
CMYK 0 0.57 0.78 0.25
HSL 16.11º 0.65% 0.45% -
HSV(B) 16.11º 0.78% 0.75% -
XYZ 24.58 16.99 4.08 -
YUV 109.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 190 81 41 0 0.57 0.78 0.25 16.11 0.65 0.45
Hex BE 51 29 0 39 4E 19 10 41 2D
Octal 276 121 51 0 71 116 31 20 101 55
Binary 10111110 1010001 101001 0 111001 1001110 11001 10000 1000001 101101

Color Harmonies of #BE5129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5129

Black with #BE5129

Text Example


Text Example

White with #BE5129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5129; }

 p { color: rgb(190,81,41); }

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

background-color css

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

 a { background-color: rgb(190,81,41); }

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

border-color css

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

 span { border-color: rgb(190,81,41); }

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