Html Css Color HEX #BE4D28 Trinidad

📋 copy color: '#BE4D28'

red 190 ◦ green 77 ◦ blue 40

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

Shades of Trinidad #BE4D28

Tints of Trinidad #BE4D28

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.08%

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

R = 61.89%
G = 25.08%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE4D28 (or 0xBE4D28) is known color: Trinidad. HEX triplet: BE, 4D and 28. RGB value is (190,77,40). Sum of RGB (Red+Green+Blue) = 190+77+40=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D28 is #41B2D7. Grayscale: #6A6A6A. Windows color (decimal): -4305624 or 2641342. OLE color: 2641342.

HSL color Cylindrical-coordinate representation of color #BE4D28: hue angle of 14.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 #BE4D28 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 77 40 -
CMYK 0 0.59 0.79 0.25
HSL 14.8º 0.65% 0.45% -
HSV(B) 14.8º 0.79% 0.75% -
XYZ 24.27 16.41 3.9 -
YUV 106.57 90.44 187.51 -
System Red Green Blue C M Y K H S L
Decimal 190 77 40 0 0.59 0.79 0.25 14.8 0.65 0.45
Hex BE 4D 28 0 3B 4F 19 F 41 2D
Octal 276 115 50 0 73 117 31 17 101 55
Binary 10111110 1001101 101000 0 111011 1001111 11001 1111 1000001 101101

Color Harmonies of #BE4D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D28

Black with #BE4D28

Text Example


Text Example

White with #BE4D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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