Html Css Color HEX #BE4628 Trinidad

📋 copy color: '#BE4628'

red 190 ◦ green 70 ◦ blue 40

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

Shades of Trinidad #BE4628

Tints of Trinidad #BE4628

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.33%

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

R = 63.33%
G = 23.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE4628 (or 0xBE4628) is known color: Trinidad. HEX triplet: BE, 46 and 28. RGB value is (190,70,40). Sum of RGB (Red+Green+Blue) = 190+70+40=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4628 is #41B9D7. Grayscale: #666666. Windows color (decimal): -4307416 or 2639550. OLE color: 2639550.

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

Color convert

RGB 190 70 40 -
CMYK 0 0.63 0.79 0.25
HSL 12º 0.65% 0.45% -
HSV(B) 12º 0.79% 0.75% -
XYZ 23.81 15.48 3.74 -
YUV 102.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 190 70 40 0 0.63 0.79 0.25 12 0.65 0.45
Hex BE 46 28 0 3F 4F 19 C 41 2D
Octal 276 106 50 0 77 117 31 14 101 55
Binary 10111110 1000110 101000 0 111111 1001111 11001 1100 1000001 101101

Color Harmonies of #BE4628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4628

Black with #BE4628

Text Example


Text Example

White with #BE4628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4628; }

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

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

background-color css

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

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

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

border-color css

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

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

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