Html Css Color HEX #BE5125 Trinidad

📋 copy color: '#BE5125'

red 190 ◦ green 81 ◦ blue 37

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

Shades of Trinidad #BE5125

Tints of Trinidad #BE5125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 61.69%
G = 26.3%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE5125 (or 0xBE5125) is known color: Trinidad. HEX triplet: BE, 51 and 25. RGB value is (190,81,37). Sum of RGB (Red+Green+Blue) = 190+81+37=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE5125 is #41AEDA. Grayscale: #6C6C6C. Windows color (decimal): -4304603 or 2445758. OLE color: 2445758.

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

Color convert

RGB 190 81 37 -
CMYK 0 0.57 0.81 0.25
HSL 17.25º 0.67% 0.45% -
HSV(B) 17.25º 0.81% 0.75% -
XYZ 24.51 16.97 3.73 -
YUV 108.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 190 81 37 0 0.57 0.81 0.25 17.25 0.67 0.45
Hex BE 51 25 0 39 51 19 11 43 2D
Octal 276 121 45 0 71 121 31 21 103 55
Binary 10111110 1010001 100101 0 111001 1010001 11001 10001 1000011 101101

Color Harmonies of #BE5125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5125

Black with #BE5125

Text Example


Text Example

White with #BE5125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5125; }

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

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

background-color css

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

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

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

border-color css

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

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

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