Html Css Color HEX #BE4828 Trinidad

📋 copy color: '#BE4828'

red 190 ◦ green 72 ◦ blue 40

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

Shades of Trinidad #BE4828

Tints of Trinidad #BE4828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.84%

 BLUE value IS 40 (16.02% from 255) = 13.25%

R = 62.91%
G = 23.84%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE4828 (or 0xBE4828) is known color: Trinidad. HEX triplet: BE, 48 and 28. RGB value is (190,72,40). Sum of RGB (Red+Green+Blue) = 190+72+40=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4828 is #41B7D7. Grayscale: #676767. Windows color (decimal): -4306904 or 2640062. OLE color: 2640062.

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

Color convert

RGB 190 72 40 -
CMYK 0 0.62 0.79 0.25
HSL 12.8º 0.65% 0.45% -
HSV(B) 12.8º 0.79% 0.75% -
XYZ 23.94 15.74 3.78 -
YUV 103.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 190 72 40 0 0.62 0.79 0.25 12.8 0.65 0.45
Hex BE 48 28 0 3E 4F 19 D 41 2D
Octal 276 110 50 0 76 117 31 15 101 55
Binary 10111110 1001000 101000 0 111110 1001111 11001 1101 1000001 101101

Color Harmonies of #BE4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4828

Black with #BE4828

Text Example


Text Example

White with #BE4828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4828; }

 p { color: rgb(190,72,40); }

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

background-color css

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

 a { background-color: rgb(190,72,40); }

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

border-color css

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

 span { border-color: rgb(190,72,40); }

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