Html Css Color HEX #BE4B25 Trinidad

📋 copy color: '#BE4B25'

red 190 ◦ green 75 ◦ blue 37

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

Shades of Trinidad #BE4B25

Tints of Trinidad #BE4B25

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.83%

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

R = 62.91%
G = 24.83%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE4B25 (or 0xBE4B25) is known color: Trinidad. HEX triplet: BE, 4B and 25. RGB value is (190,75,37). Sum of RGB (Red+Green+Blue) = 190+75+37=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4B25 is #41B4DA. Grayscale: #696969. Windows color (decimal): -4306139 or 2444222. OLE color: 2444222.

HSL color Cylindrical-coordinate representation of color #BE4B25: hue angle of 14.9º 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 #BE4B25 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 75 37 -
CMYK 0 0.61 0.81 0.25
HSL 14.9º 0.67% 0.45% -
HSV(B) 14.9º 0.81% 0.75% -
XYZ 24.09 16.11 3.59 -
YUV 105.05 89.6 188.59 -
System Red Green Blue C M Y K H S L
Decimal 190 75 37 0 0.61 0.81 0.25 14.9 0.67 0.45
Hex BE 4B 25 0 3D 51 19 F 43 2D
Octal 276 113 45 0 75 121 31 17 103 55
Binary 10111110 1001011 100101 0 111101 1010001 11001 1111 1000011 101101

Color Harmonies of #BE4B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4B25

Black with #BE4B25

Text Example


Text Example

White with #BE4B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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